We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f17a8 commit f41b70bCopy full SHA for f41b70b
.github/workflows/test.yml
@@ -91,7 +91,8 @@ jobs:
91
arch: x64
92
os: ubuntu-latest
93
toxenv: lint
94
-
+ env:
95
+ TOX_SKIP_MISSING_INTERPRETERS: False
96
name: ${{ matrix.name }}
97
steps:
98
- uses: actions/checkout@v2
tox.ini
@@ -1,6 +1,6 @@
1
[tox]
2
minversion = 3.8.0
3
-skip_missing_interpreters = true
+skip_missing_interpreters = {env:TOX_SKIP_MISSING_INTERPRETERS:False}
4
envlist =
5
py36,
6
py37,
0 commit comments