Skip to content

Commit 3fead33

Browse files
committed
Try the old hack
1 parent e584af9 commit 3fead33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
timeout-minutes: 60
140140
env:
141141
TOX_SKIP_MISSING_INTERPRETERS: False
142+
VIRTUALENV_SYSTEM_SITE_PACKAGES: ${{ matrix.test_mypyc && 1 || 0 }}
142143
# Rich (pip) -- Disable color for windows + pytest
143144
FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
144145
# Tox

0 commit comments

Comments
 (0)