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 e584af9 commit 3fead33Copy full SHA for 3fead33
.github/workflows/test.yml
@@ -139,6 +139,7 @@ jobs:
139
timeout-minutes: 60
140
env:
141
TOX_SKIP_MISSING_INTERPRETERS: False
142
+ VIRTUALENV_SYSTEM_SITE_PACKAGES: ${{ matrix.test_mypyc && 1 || 0 }}
143
# Rich (pip) -- Disable color for windows + pytest
144
FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
145
# Tox
0 commit comments