Skip to content

Commit

Permalink
chore(ci): move poetry install step after python install
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Jan 29, 2025
1 parent 576c2d3 commit 1a812f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v4

- name: Set up Poetry
run: pipx install poetry --python python${{ matrix.python-version }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Set up Poetry
run: pipx install poetry --python python${{ matrix.python-version }}

- uses: supabase/setup-cli@v1
with:
Expand Down

0 comments on commit 1a812f1

Please sign in to comment.