Skip to content

Commit

Permalink
Use the latest patches for Django and DRF
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Oct 18, 2024
1 parent 4b8acbd commit 9d638c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- run: |
source .venv/bin/activate
pip install "Django==${{ matrix.django-version }}"
pip install "djangorestframework==${{ matrix.drf-version }}"
pip install "Django~=${{ matrix.django-version }}.0"
pip install "djangorestframework~=${{ matrix.drf-version }}.0"
- name: Run tests
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 9d638c1

Please sign in to comment.