Skip to content

Commit 6dc1db7

Browse files
committed
typo
1 parent 5739e5b commit 6dc1db7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-python.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Run tests
22

33
on:
44
push:
5-
branches:
6-
- '*'
5+
branches: ['main']
76
pull_request:
87
branches: ['main']
98

@@ -32,7 +31,7 @@ jobs:
3231
source .venv/bin/activate
3332
uv pip install --upgrade pip
3433
uv pip install -r requirements.txt
35-
uv pip install -r requires-dev.txt
34+
uv pip install -r requirements-dev.txt
3635
- name: Run unit tests
3736
run: |
3837
source .venv/bin/activate

0 commit comments

Comments
 (0)