Skip to content

Commit

Permalink
ci github action: trying to make tox work with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Feb 27, 2025
1 parent 6db45a0 commit a439bce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Install dependencies
run: |
uv sync --all-extras
uv pip install tox-gh-actions codecov
uv pip install codecov
uv tool install tox --with tox-uv
- name: Install R
if: matrix.test_server
Expand All @@ -69,7 +70,7 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}
run: |
uv run tox -vv
tox -vv
- name: Upload coverage to Codecov
if: success()
Expand Down

0 comments on commit a439bce

Please sign in to comment.