Skip to content

Commit

Permalink
Merge pull request #200 from nyaruka/update-poetry
Browse files Browse the repository at this point in the history
Update pyproject.toml for poetry 2
  • Loading branch information
rowanseymour authored Jan 13, 2025
2 parents bc6f7e5 + 9551946 commit 13d9470
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 256 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10.x", "3.11.x", "3.12.x"]
django-version: ["5.0.x", "5.1.x"]
django-version: ["5.0.0", "5.1.0"]
runs-on: ubuntu-latest

services:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Initialize environment
run: |
poetry install
poetry add django==${{ matrix.django-version }}
poetry add django@~${{ matrix.django-version }}
- name: Run pre-test checks
run: poetry run ./code_check.py --debug
Expand Down
Loading

0 comments on commit 13d9470

Please sign in to comment.