Skip to content

Commit

Permalink
pipx inject poetry-dynamic-versioning also on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 31, 2025
1 parent c26b982 commit dda7ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# We install poetry-dynamic-versioning into pipx because the automatic installallation
# by poetry 2.x triggers a Windows issue https://github.com/pypa/installer/issues/260
- name: Install poetry-dynamic-versioning
if: runner.os == 'Windows'
# if: runner.os == 'Windows'
run:
pipx inject poetry poetry-dynamic-versioning

Expand Down

0 comments on commit dda7ac9

Please sign in to comment.