Skip to content

Commit 1f8c834

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: ${{ matrix.python_version }}
1717
- name: Install dependencies
1818
run: python -m pip install tox
19+
- name: wtf
20+
run: python --version
1921
- name: Run tests
2022
run: python -m tox -e py
2123
lint:

0 commit comments

Comments
 (0)