Skip to content

Commit 3845d35

Browse files
committed
CI: Always install latest packages
1 parent 7e8d5bd commit 3845d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install packages
4242
run: |
4343
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)
44+
pip install -U --upgrade-strategy=eager . $(awk '/^$/ {p = 0} ! /${{runner.os}}/ { if (p) {print $1} } /dev-dependencies/ {p = 1}' pyproject.toml)
4545
- name: Test
4646
run: |
4747
.tools/ci.sh with_groups

0 commit comments

Comments
 (0)