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