Skip to content

Commit e7786cc

Browse files
committed
Try fixing GitHub Actions to use the correct Python
1 parent 23640a9 commit e7786cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: python -m pip install tox
1919
- name: Run tests
20-
run: python -m tox -e py
20+
run: python -m tox -e py3
2121
lint:
2222
name: Lint
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)