Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 24f3823

Browse files
committed
chore(ci): pipeline using same version of python for all tests
1 parent 297be5e commit 24f3823

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Set up Poetry
28-
uses: abatilo/actions-poetry@v4
29-
with:
30-
poetry-version: 1.8.4
28+
run: pipx install poetry==1.8.5 --python python${{ matrix.python-version }}
3129

3230
- name: Run Tests
3331
run: make run_tests
@@ -71,9 +69,7 @@ jobs:
7169
python-version: 3.11
7270

7371
- name: Set up Poetry
74-
uses: abatilo/actions-poetry@v4
75-
with:
76-
poetry-version: 1.8.4
72+
run: pipx install poetry==1.8.5 --python python3.11
7773

7874
- uses: actions/checkout@v4
7975
with:

0 commit comments

Comments
 (0)