Skip to content

Commit 8c43afe

Browse files
committed
Force pipenv version
1 parent 325cde4 commit 8c43afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install pipenv
2525
run: |
26-
python -m pip install --upgrade pipenv wheel
26+
python -m pip install --upgrade pipenv==2024.4.1 wheel
2727
2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)