Skip to content

Commit

Permalink
Revert tox-uv for now, doesn't seem to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaVili committed Nov 21, 2024
1 parent 231ade3 commit 5c45441
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install tox-uv and dependencies
- name: Install dependencies
run: |
uv tool install tox --with tox-uv
tox r -e py312
tox --runner virtualenv r -e py312
- name: Install required dependencies
run: |
uv pip install -e ".[test]"
uv pip install --system ".[test]"
uv pip install --system tox
- name: Run tests with tox-uv
run: tox -e py

0 comments on commit 5c45441

Please sign in to comment.