We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca4f34 commit e447d14Copy full SHA for e447d14
.github/workflows/test-os-compatibility.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v4
21
22
- - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
+ - name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v5
24
with:
25
python-version: ${{ matrix.python-version }}
@@ -29,10 +29,12 @@ jobs:
29
run: |
30
curl -sSL https://install.python-poetry.org | python -
31
echo "$HOME/.local/bin" >> $GITHUB_PATH
32
+ echo "$APPDATA/Python/Scripts" >> $GITHUB_PATH
33
34
- name: Configure Poetry and install plugin
35
shell: bash
36
37
+ poetry --version
38
poetry config virtualenvs.create false
39
poetry self add "poetry-dynamic-versioning[plugin]"
40
0 commit comments