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 f30220e commit b0ea858Copy full SHA for b0ea858
.github/workflows/build.yml
@@ -35,12 +35,12 @@ jobs:
35
36
- name: Upgrade pip
37
run: |
38
- pip install --constraint=.github/workflows/constraints.txt pip
+ pip install pip
39
pip --version
40
41
- name: Install Tox
42
43
- pip install --constraint=.github/workflows/constraints.txt tox
+ pip install tox
44
tox --version
45
46
- name: Run Tox
.github/workflows/constraints.txt
0 commit comments