Skip to content

Commit 26de4b6

Browse files
committed
fix typo
1 parent a36c56e commit 26de4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: setup Python and run tests
4242
run: |
4343
uv venv -p 3.12
44-
source .venv/bin/actvate
44+
source .venv/bin/activate
4545
uv pip install -r python/requirements_locked_3_13.txt
4646
python -m pytest python
4747

0 commit comments

Comments
 (0)