Skip to content

Commit e447d14

Browse files
committed
♻️ refactor CI/CD
1 parent 6ca4f34 commit e447d14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-os-compatibility.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121

22-
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
22+
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
@@ -29,10 +29,12 @@ jobs:
2929
run: |
3030
curl -sSL https://install.python-poetry.org | python -
3131
echo "$HOME/.local/bin" >> $GITHUB_PATH
32+
echo "$APPDATA/Python/Scripts" >> $GITHUB_PATH
3233
3334
- name: Configure Poetry and install plugin
3435
shell: bash
3536
run: |
37+
poetry --version
3638
poetry config virtualenvs.create false
3739
poetry self add "poetry-dynamic-versioning[plugin]"
3840

0 commit comments

Comments
 (0)