Skip to content

Commit f10cea3

Browse files
committed
fix: add 'parameterized' as a test dependency for sanitizer builds
1 parent 79b56b9 commit f10cea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
run: |
316316
# We cannot install the test dependency group because many test dependencies cause
317317
# false positives in the sanitizer
318-
pip install --prefer-binary networkx pytest pytest-timeout
318+
pip install --prefer-binary networkx pytest pytest-timeout parameterized
319319
pip install -e .
320320
321321
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.

0 commit comments

Comments
 (0)