Skip to content

Commit

Permalink
fix: try to fix github action with python install and system package …
Browse files Browse the repository at this point in the history
…install
  • Loading branch information
zietzm committed Aug 27, 2024
1 parent 4ead835 commit 9e4f9fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
- uses: actions/checkout@v4
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: source $HOME/.cargo/env
- run: uv venv
- run: . .venv/bin/activate
- run: uv python install ${{ matrix.python-version }}
- run: uv python pin ${{ matrix.python-version }}
- run: uv pip install ruff pytest
- run: uv pip install --system ruff pytest
- run: uv run ruff check
- run: uv run pytest -v

0 comments on commit 9e4f9fc

Please sign in to comment.