Skip to content

Commit

Permalink
Tweak use of tox in GitHub Actions
Browse files Browse the repository at this point in the history
Flailing here.

For #89
  • Loading branch information
philgyford committed Jan 16, 2025
1 parent 5c88eeb commit d54bdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: uv sync --dev

- name: Test with Tox
run: uv run --with tox --with tox-uv --with tox-gh-actions --with 'django~=${{ matrix.django-version }}.0' tox
run: uv run --with tox --with tox-uv --with tox-gh-actions tox
env:
DJANGO: ${{ matrix.django-version }}

Expand Down

0 comments on commit d54bdf0

Please sign in to comment.