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 b85fbdbCopy full SHA for b85fbdb
.github/workflows/test.yml
@@ -93,6 +93,8 @@ jobs:
93
toxenv: lint
94
95
name: ${{ matrix.name }}
96
+ env:
97
+ TOX_SKIP_MISSING_INTERPRETERS: False
98
steps:
99
- uses: actions/checkout@v2
100
- uses: actions/setup-python@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:True}
4
envlist =
5
py36,
6
py37,
0 commit comments