We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b56b9 commit f10cea3Copy full SHA for f10cea3
1 file changed
.github/workflows/build.yml
@@ -315,7 +315,7 @@ jobs:
315
run: |
316
# We cannot install the test dependency group because many test dependencies cause
317
# false positives in the sanitizer
318
- pip install --prefer-binary networkx pytest pytest-timeout
+ pip install --prefer-binary networkx pytest pytest-timeout parameterized
319
pip install -e .
320
321
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.
0 commit comments