Skip to content

Commit

Permalink
add missing use uv params
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Mar 22, 2024
1 parent d2d4d56 commit 4f5f3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/django_twc_package/.github/workflows/release.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
python-version: {{ python_max_version }}
extra-python-dependencies: hatch
use-uv: true

- name: Build package
run: |
Expand Down
1 change: 1 addition & 0 deletions src/django_twc_package/.github/workflows/test.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
python-version: {{ python_min_version }}
extra-python-dependencies: nox
use-uv: true

- id: set-matrix
run: |
Expand Down

0 comments on commit 4f5f3ab

Please sign in to comment.