diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01c440b..031c302 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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