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 2f0558e commit 4f6964aCopy full SHA for 4f6964a
.github/workflows/build.yml
@@ -338,6 +338,7 @@ jobs:
338
# We cannot install the test dependency group because many test dependencies cause
339
# false positives in the sanitizer
340
pip install --prefer-binary networkx pytest pytest-timeout
341
+ pip install -e .
342
343
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.
344
# The ASan/UBSan library versions need to be updated when switching to a newer Ubuntu/GCC.
0 commit comments