Skip to content

Commit

Permalink
[Tidy] Test PR to check CI functionality + super small improvement (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL authored Feb 19, 2025
1 parent 75542cb commit 50b072d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/pycafe/pycafe_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def create_status_check(commit: Commit, directory: str, url: str, state: str = "
def get_example_directories() -> dict[str, Optional[list[str]]]:
"""Return a dictionary of example directories and their requirements."""
return {
"vizro-core/examples/dev/": ["openpyxl"],
"vizro-core/examples/scratch_dev": None,
"vizro-core/examples/dev/": ["openpyxl"],
"vizro-core/examples/visual-vocabulary/": [
"autoflake==2.3.1",
"black==24.4.2",
Expand Down
3 changes: 2 additions & 1 deletion tools/pycafe/test_pycafe_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def test_pycafe_link(url: str, wait_for_text: str):
# Initialize GitHub connection
repo, commit = create_github_client(config)

# Test dev example with latest version
# Test dev example with latest version - we currently one test this for simplicity, but this could be changed
# This would mean that we need to change also what the wait_for_text is
dev_directory = "vizro-core/examples/dev/"
extra_requirements = ["openpyxl"]
url_generated = generate_link(config, dev_directory, extra_requirements, use_latest_release=True)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Highlights ✨
- A bullet item for the Highlights ✨ category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Removed
- A bullet item for the Removed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Added
- A bullet item for the Added category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Changed
- A bullet item for the Changed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Deprecated
- A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Fixed
- A bullet item for the Fixed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Security
- A bullet item for the Security category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->

0 comments on commit 50b072d

Please sign in to comment.