Skip to content

Commit fdf3a5d

Browse files
authored
Merge pull request #11263 from quarto-dev/gha/pipenv-pinned
2 parents a34e9d0 + 56d4ea9 commit fdf3a5d

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)