We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--upgrade
1 parent 5e078c4 commit 5b5d8cbCopy full SHA for 5b5d8cb
.github/workflows/python-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install -r requirements.txt -r requirements.dev.txt
+ pip install -r requirements.txt -r requirements.dev.txt --upgrade
23
- name: Run tests with pytest
24
run: pytest
25
.github/workflows/python-test-publish.yml
@@ -21,7 +21,7 @@ jobs:
26
27
0 commit comments