Skip to content

Commit

Permalink
tests environment - pin pipenv
Browse files Browse the repository at this point in the history
it seems new version has broke our tests suites so lets try back the previous one
  • Loading branch information
cderv committed Oct 31, 2024
1 parent a34e9d0 commit 56d4ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Restore Python Dependencies
working-directory: tests
run: |
python -m pip install pipenv
python -m pip install pipenv==2024.3.0
pipenv install
- uses: ./.github/workflows/actions/quarto-dev
Expand Down

0 comments on commit 56d4ea9

Please sign in to comment.