Skip to content

Commit e0bbbe4

Browse files
wip
1 parent 7b282a1 commit e0bbbe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- name: Install test dependencies
15-
run: python -m pip install -e ".[test]"
15+
run: python3 -m pip install -e ".[test]"
1616
- name: Run tests
1717
run: pytest

0 commit comments

Comments
 (0)