Skip to content

Commit dda7ac9

Browse files
committed
pipx inject poetry-dynamic-versioning also on linux
1 parent c26b982 commit dda7ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-upstream.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# We install poetry-dynamic-versioning into pipx because the automatic installallation
5959
# by poetry 2.x triggers a Windows issue https://github.com/pypa/installer/issues/260
6060
- name: Install poetry-dynamic-versioning
61-
if: runner.os == 'Windows'
61+
# if: runner.os == 'Windows'
6262
run:
6363
pipx inject poetry poetry-dynamic-versioning
6464

0 commit comments

Comments
 (0)