Skip to content

Commit 56d4ea9

Browse files
committed
tests environment - pin pipenv
it seems new version has broke our tests suites so lets try back the previous one
1 parent a34e9d0 commit 56d4ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Restore Python Dependencies
151151
working-directory: tests
152152
run: |
153-
python -m pip install pipenv
153+
python -m pip install pipenv==2024.3.0
154154
pipenv install
155155
156156
- uses: ./.github/workflows/actions/quarto-dev

0 commit comments

Comments
 (0)