We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26b982 commit dda7ac9Copy full SHA for dda7ac9
.github/workflows/test-upstream.yaml
@@ -58,7 +58,7 @@ jobs:
58
# We install poetry-dynamic-versioning into pipx because the automatic installallation
59
# by poetry 2.x triggers a Windows issue https://github.com/pypa/installer/issues/260
60
- name: Install poetry-dynamic-versioning
61
- if: runner.os == 'Windows'
+ # if: runner.os == 'Windows'
62
run:
63
pipx inject poetry poetry-dynamic-versioning
64
0 commit comments