We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c50e33 commit feb6b18Copy full SHA for feb6b18
.github/workflows/ci.yml
@@ -41,15 +41,21 @@ jobs:
41
- name: "Install dependencies"
42
env:
43
UV_CACHE_DIR: ~/.cache/uv
44
+ VIRTUAL_ENV: ./.venv
45
run: |
46
python -m pip install --upgrade uv
47
+ uv venv
48
python -m uv pip install --upgrade --editable .[dev]
49
50
- name: "Lint"
51
+ env:
52
53
54
make lint
55
56
- name: "Run tests"
57
58
59
60
# We run tests against "." and not the tests directory as we test the README
61
# and documentation.
0 commit comments