Skip to content

Commit 919473f

Browse files
William Grantbraxtonmckee
authored andcommitted
fix failing github build tests
1 parent a164b33 commit 919473f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
export PIPENV_PIPFILE="Pipfile_$PYTHON_VERSION"
6161
echo "PIPFILE IS $PIPENV_PIPFILE"
6262
echo "**** PIPENV LOCK"
63-
pipenv lock --dev --requirements > dev-reqs.txt
63+
pipenv requirements --dev > dev-reqs.txt
6464
echo "**** dev-reqs.txt"
6565
cat dev-reqs.txt
6666
echo "**** pip install requirements"

0 commit comments

Comments
 (0)