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 331d4b7 commit e584af9Copy full SHA for e584af9
.github/workflows/test.yml
@@ -209,8 +209,10 @@ jobs:
209
210
- name: Compiled with mypyc
211
if: ${{ matrix.test_mypyc }}
212
+ # Use local version of librt during self-compilation in tests.
213
run: |
214
pip install -r test-requirements.txt
215
+ pip install -U mypyc/lib-rt
216
CC=clang MYPYC_OPT_LEVEL=0 MYPY_USE_MYPYC=1 pip install -e .
217
218
- name: Setup tox environment
0 commit comments