Skip to content

Commit

Permalink
chore(ci): pipeline using same version of python for all tests (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Jan 29, 2025
1 parent e28e9b2 commit 79c8c76
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up Poetry
uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.4
run: pipx install poetry --python python${{ matrix.python-version }}

- uses: supabase/setup-cli@v1
with:
Expand Down Expand Up @@ -82,9 +80,7 @@ jobs:
fetch-depth: 0

- name: Set up Poetry
uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.4
run: pipx install poetry --python python3.11

- name: Install dependencies
run: poetry install
Expand Down

0 comments on commit 79c8c76

Please sign in to comment.