We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a164b33 commit 919473fCopy full SHA for 919473f
.github/workflows/python-package.yml
@@ -60,7 +60,7 @@ jobs:
60
export PIPENV_PIPFILE="Pipfile_$PYTHON_VERSION"
61
echo "PIPFILE IS $PIPENV_PIPFILE"
62
echo "**** PIPENV LOCK"
63
- pipenv lock --dev --requirements > dev-reqs.txt
+ pipenv requirements --dev > dev-reqs.txt
64
echo "**** dev-reqs.txt"
65
cat dev-reqs.txt
66
echo "**** pip install requirements"
0 commit comments