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

Commit 79c8c76

Browse files
authored
chore(ci): pipeline using same version of python for all tests (#346)
1 parent e28e9b2 commit 79c8c76

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 --python python${{ matrix.python-version }}
3129

3230
- uses: supabase/setup-cli@v1
3331
with:
@@ -82,9 +80,7 @@ jobs:
8280
fetch-depth: 0
8381

8482
- name: Set up Poetry
85-
uses: abatilo/actions-poetry@v4
86-
with:
87-
poetry-version: 1.8.4
83+
run: pipx install poetry --python python3.11
8884

8985
- name: Install dependencies
9086
run: poetry install

0 commit comments

Comments
 (0)