Skip to content

Commit

Permalink
Update pyproject.toml for poetry 2
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 10, 2025
1 parent bc6f7e5 commit 9551946
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 9551946

Please sign in to comment.