Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Nov 29, 2024
1 parent 9d060fe commit 15efdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: uv python install
- run: uv sync --all-extras --dev
- run: uv pip install -U "Django==${{ matrix.django-version }}""
- run: uv pip install -U "Django==${{ matrix.django-version }}"
if: matrix.django-version != 'main'
- run: uv pip install -U https://github.com/django/django/archive/master.tar.gz
if: matrix.django-version == 'main'
Expand Down

0 comments on commit 15efdeb

Please sign in to comment.