We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790680c commit cbb3962Copy full SHA for cbb3962
.github/workflows/pythonapp.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install setuptools --upgrade
24
cd Scripts
25
cp .env-win .env
26
- pipenv update
27
pipenv lock --pre --clear
+ pipenv update
28
pipenv --python 3.11 install --dev
29
pipenv run pytest -s tests
0 commit comments