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 7e8d5bd commit 3845d35Copy full SHA for 3845d35
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install packages
42
run: |
43
python -m pip install -U pip'>=19'; pip install -U wheel
44
- pip install -U . $(awk '/^$/ {p = 0} ! /${{runner.os}}/ { if (p) {print $1} } /dev-dependencies/ {p = 1}' pyproject.toml)
+ pip install -U --upgrade-strategy=eager . $(awk '/^$/ {p = 0} ! /${{runner.os}}/ { if (p) {print $1} } /dev-dependencies/ {p = 1}' pyproject.toml)
45
- name: Test
46
47
.tools/ci.sh with_groups
0 commit comments