Skip to content

Commit

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

0 comments on commit 6695cf7

Please sign in to comment.