Skip to content

Commit

Permalink
fix: try not system installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zietzm committed Aug 27, 2024
1 parent 9e4f9fc commit aa3bc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- run: source $HOME/.cargo/env
- run: uv python install ${{ matrix.python-version }}
- run: uv python pin ${{ matrix.python-version }}
- run: uv pip install --system ruff pytest
- run: uv pip install ruff pytest
- run: uv run ruff check
- run: uv run pytest -v

0 comments on commit aa3bc9d

Please sign in to comment.