We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae6e10 commit f5d40aaCopy full SHA for f5d40aa
.github/workflows/tests.yml
@@ -19,10 +19,13 @@ jobs:
19
curl -LsSf https://astral.sh/uv/install.sh | sh
20
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
21
22
- - name: Install dependencies
+ - name: Create virtual environment and install dependencies
23
run: |
24
+ uv venv
25
+ . .venv/bin/activate
26
uv pip install -e ".[dev]"
27
28
- name: Run tests
29
30
31
uv run pytest tests/ -v
0 commit comments