Skip to content

Commit 4f6964a

Browse files
committed
ci: of course also install igraph itself
1 parent 2f0558e commit 4f6964a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ jobs:
338338
# We cannot install the test dependency group because many test dependencies cause
339339
# false positives in the sanitizer
340340
pip install --prefer-binary networkx pytest pytest-timeout
341+
pip install -e .
341342
342343
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.
343344
# The ASan/UBSan library versions need to be updated when switching to a newer Ubuntu/GCC.

0 commit comments

Comments
 (0)