Skip to content

Commit cbb3962

Browse files
authored
Update pythonapp.yml
1 parent 790680c commit cbb3962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install setuptools --upgrade
2424
cd Scripts
2525
cp .env-win .env
26-
pipenv update
2726
pipenv lock --pre --clear
27+
pipenv update
2828
pipenv --python 3.11 install --dev
2929
pipenv run pytest -s tests

0 commit comments

Comments
 (0)