Skip to content

Commit

Permalink
enable tox-uv (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey authored Mar 5, 2024
1 parent 992297b commit 2cbe11b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
pip install tox-gh-actions
pip install tox-uv
- name: Run tox
run: |
tox
Expand All @@ -47,6 +48,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install tox-gh-actions
pip install tox-uv
- name: Run tox
run: |
tox -e lint
Expand All @@ -63,6 +65,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install tox-gh-actions
pip install tox-uv
- name: Run tox
run: |
tox -e examples
Expand All @@ -79,6 +82,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install tox-gh-actions
pip install tox-uv
- name: Run tox
run: |
tox -e docs

0 comments on commit 2cbe11b

Please sign in to comment.