Skip to content

Commit 67d4543

Browse files
committed
chore: move py ver to gh-actions:evn
1 parent e3b8ab3 commit 67d4543

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: tox
3434
run: tox
3535
env:
36+
PYTHON_VER: ${{ matrix.python-version }}
3637
PLATFORM: ${{ matrix.platform }}
3738

3839
check:

tox.ini

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ python =
1414
3.9: py39
1515

1616
[gh-actions:env]
17+
PYTHON_VER =
18+
3.7: py37
19+
3.8: py38
20+
3.9: py39
1721
PLATFORM =
1822
ubuntu-latest: linux
1923
macos-latest: macos

0 commit comments

Comments
 (0)