Skip to content

Commit 27b293b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- name: Install Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: ${{ matrix.python_version }}
16+
python-version: ${{ matrix.python-version }}
17+
- name: wtf
18+
run: python --version
1719
- name: Install dependencies
1820
run: python -m pip install tox
1921
- name: Run tests

0 commit comments

Comments
 (0)