diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 170a1dd..08ad267 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Install the project run: uv sync --all-extras - name: activate virtual env - run: uv venv activate + run: uv venv - name: Run tests run: | pytest tests/