Skip to content

Commit 33615e9

Browse files
committed
do not install in editable mode
1 parent 4453f90 commit 33615e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pycafe-dashboards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Below: only to have access to vizro-ai latest version in the test_pycafe_links.py and create_pycafe_links_comments.py scripts
3131
- name: Install vizro-ai in editable mode to check compatibility with vizro-core and get the version
3232
run: |
33-
hatch run pip install -e ../vizro-ai
33+
hatch run pip install ../vizro-ai
3434
- name: Print PR Number
3535
run: |
3636
echo "Pull Request Number: ${{ github.event.workflow_run.pull_requests[0].number }}"

0 commit comments

Comments
 (0)