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 a36c56e commit 26de4b6Copy full SHA for 26de4b6
.github/workflows/python.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: setup Python and run tests
42
run: |
43
uv venv -p 3.12
44
- source .venv/bin/actvate
+ source .venv/bin/activate
45
uv pip install -r python/requirements_locked_3_13.txt
46
python -m pytest python
47
0 commit comments