We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b8ab3 commit 67d4543Copy full SHA for 67d4543
.github/workflows/test.yaml
@@ -33,6 +33,7 @@ jobs:
33
- name: tox
34
run: tox
35
env:
36
+ PYTHON_VER: ${{ matrix.python-version }}
37
PLATFORM: ${{ matrix.platform }}
38
39
check:
tox.ini
@@ -14,6 +14,10 @@ python =
14
3.9: py39
15
16
[gh-actions:env]
17
+PYTHON_VER =
18
+ 3.7: py37
19
+ 3.8: py38
20
+ 3.9: py39
21
PLATFORM =
22
ubuntu-latest: linux
23
macos-latest: macos
0 commit comments