Skip to content

Commit

Permalink
Use uv pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 9, 2024
1 parent 36c4aa9 commit b4b97c5
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 @@ -51,7 +51,7 @@ jobs:
run: uv pip install Django==${{ matrix.django-version }}
if: matrix.django-version != 'main'
- name: Install Django main branch
run: python -m pip install -U https://github.com/django/django/archive/master.tar.gz
run: uv pip install -U https://github.com/django/django/archive/master.tar.gz
if: matrix.django-version == 'main'

- name: Run tests
Expand Down

0 comments on commit b4b97c5

Please sign in to comment.