We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4453f90 commit 33615e9Copy full SHA for 33615e9
.github/workflows/pycafe-dashboards.yml
@@ -30,7 +30,7 @@ jobs:
30
# Below: only to have access to vizro-ai latest version in the test_pycafe_links.py and create_pycafe_links_comments.py scripts
31
- name: Install vizro-ai in editable mode to check compatibility with vizro-core and get the version
32
run: |
33
- hatch run pip install -e ../vizro-ai
+ hatch run pip install ../vizro-ai
34
- name: Print PR Number
35
36
echo "Pull Request Number: ${{ github.event.workflow_run.pull_requests[0].number }}"
0 commit comments