Skip to content

Commit

Permalink
update pipx version on the GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored Aug 23, 2024
1 parent f32964e commit ba00eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# If this change looks legitimate (i.e. Github updating the vendored version, or coming after a change to the runner OS version) update the hard-coded version below
run: |
pipx --version
pipx --version | grep "1.2.0"
pipx --version | grep "1.6.0"
- name: Install poetry
run: |
Expand Down

0 comments on commit ba00eff

Please sign in to comment.