Skip to content

Commit

Permalink
Add compatibility checks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Mar 6, 2025
1 parent 1a19875 commit 2d9e5ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks-vizro-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- name: Show dependency tree
run: hatch run pip tree

- name: Install vizro-core to check compatibility with vizro-ai
run: hatch run pip install ../vizro-core


- name: Find changed files to see if changelog fragment needed
id: changed-files
if: ${{ github.event_name == 'pull_request' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/checks-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Check plotly template is up to date
run: hatch run templates-check

- name: Install vizro-ai to check compatibility with vizro-core
run: hatch run pip install ../vizro-ai

- name: Find changed files to see if changelog fragment needed
id: changed-files
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 2d9e5ae

Please sign in to comment.