Skip to content

Commit 5322a88

Browse files
author
Braxton Mckee
committed
Pin the version of pipenv we're using for testing
1 parent 2a14619 commit 5322a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
echo "**** UPGRADE PIP"
54-
pip install --upgrade pip
54+
pip install --upgrade pip==21.2.4 pip-tools wheel
5555
echo "**** INSTALL PIPENV"
56-
pip install pipenv
56+
pip install pipenv==2022.7.24
5757
5858
echo "**** SETTING PIPFILE"
5959
export PYTHON_VERSION=`python3 -c 'import sys; print("3_" + str(sys.version_info.minor))'`

0 commit comments

Comments
 (0)