Skip to content

Commit

Permalink
CI: Always install latest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Nov 15, 2021
1 parent 349db79 commit e461ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install packages
run: |
python -m pip install -U pip'>=19'; pip install -U wheel
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)
- name: Test
run: |
.tools/ci.sh with_groups
Expand Down

0 comments on commit e461ec1

Please sign in to comment.