Skip to content

Commit

Permalink
Merge pull request #214 from supabase-community/j0/bump-poetry
Browse files Browse the repository at this point in the history
chore: adjust ci poetry version
  • Loading branch information
J0 authored Jan 22, 2023
2 parents cf1faed + f74c31f commit a43f38b
Show file tree
Hide file tree
Showing 2 changed files with 770 additions and 665 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- name: Clone Repository
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: 1.1.13
poetry-version: 1.3.2
- name: Run Tests
run: make run_tests
- name: Upload Coverage
Expand Down
Loading

0 comments on commit a43f38b

Please sign in to comment.