Skip to content

Commit

Permalink
Merge pull request #11263 from quarto-dev/gha/pipenv-pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Oct 31, 2024
2 parents a34e9d0 + 56d4ea9 commit fdf3a5d
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 fdf3a5d

Please sign in to comment.