We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa47ea6 commit 343dfa7Copy full SHA for 343dfa7
3 files changed
.github/workflows/ci.yaml
@@ -51,6 +51,7 @@ jobs:
51
# Install dependencies
52
- name: Install dependencies
53
run: |
54
+ python -m pip uninstall pip setuptools
55
pip install --upgrade pip
56
pip install -r requirements.txt
57
pip install -r docs/requirements.txt
.github/workflows/ci_cov.yaml
@@ -46,6 +46,7 @@ jobs:
46
47
48
49
50
pip install flake8 coverage -r requirements.txt -r docs/requirements.txt
.github/workflows/ci_windows.yaml
@@ -32,6 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments