Skip to content

Commit

Permalink
Merge pull request #203 from rapidpro/update-poetry-2
Browse files Browse the repository at this point in the history
Update pyproject.toml for poetry 2
  • Loading branch information
rowanseymour authored Jan 10, 2025
2 parents c2bf776 + 044a3d0 commit 291fba5
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 30 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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"]

services:
redis:
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:

- name: Initialize environment
run: |
poetry install
poetry add django==${{ matrix.django-version }}
poetry install --no-root
poetry add django@~${{ matrix.django-version }}
- name: Run pre-test checks
run: |
Expand Down
Loading

0 comments on commit 291fba5

Please sign in to comment.