Skip to content

Commit e584af9

Browse files
committed
Try using local version of librt
1 parent 331d4b7 commit e584af9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,10 @@ jobs:
209209
210210
- name: Compiled with mypyc
211211
if: ${{ matrix.test_mypyc }}
212+
# Use local version of librt during self-compilation in tests.
212213
run: |
213214
pip install -r test-requirements.txt
215+
pip install -U mypyc/lib-rt
214216
CC=clang MYPYC_OPT_LEVEL=0 MYPY_USE_MYPYC=1 pip install -e .
215217
216218
- name: Setup tox environment

0 commit comments

Comments
 (0)