We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d721e commit 1e4b042Copy full SHA for 1e4b042
1 file changed
.github/workflows/build.yml
@@ -331,22 +331,11 @@ jobs:
331
with:
332
python-version: "3.12"
333
334
- - name: Install test dependencies
335
- run: |
336
- pip install --prefer-binary pytest pytest-timeout setuptools
337
-
338
- - name: Build C core
339
- env:
340
- IGRAPH_USE_SANITIZERS: 1
341
342
- python setup.py build_c_core
343
344
- name: Build and install Python extension
345
env:
346
IGRAPH_USE_SANITIZERS: 1
347
run: |
348
- # NOTE: install calls "build" first
349
- python setup.py install
+ pip install --prefer-binary '.[test]'
350
351
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.
352
# The ASan/UBSan library versions need to be updated when switching to a newer Ubuntu/GCC.
0 commit comments