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 4033a40 commit f62a4a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ 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
# and also does not work on Ubuntu in gh-actions.
- name: Install poetry-dynamic-versioning
if: runner.os == 'Windows'
run:
pipx inject poetry poetry-dynamic-versioning

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ 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
# and also does not work on Ubuntu in gh-actions.
- name: Install poetry-dynamic-versioning
if: runner.os == 'Windows'
run:
pipx inject poetry poetry-dynamic-versioning

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ 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
# and also does not work on Ubuntu in gh-actions.
- name: Install poetry-dynamic-versioning
if: runner.os == 'Windows'
run:
pipx inject poetry poetry-dynamic-versioning

Expand Down

0 comments on commit f62a4a3

Please sign in to comment.