File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,14 @@ jobs:
2121 with :
2222 auto-update-conda : true
2323 python-version : ${{ matrix.python-version }}
24+ environment-file : continuous_integration/environment.yml
2425 channels : conda-forge
26+ activate-environment : suitesparse-graphblas
27+ - name : Build
2528 run : |
2629 conda info
30+ conda config --show
2731 conda list
28- conda install -c conda-forge cffi cython numpy graphblas=4.0.3 pytest coverage black flake8 # TODO: environment.yml
2932 python setup.py build_ext --inplace
3033 python setup.py develop
3134 - name : Test
Original file line number Diff line number Diff line change 1+ name : suitesparse-graphblas
2+ channels :
3+ - conda-forge
4+ - defaults
5+ dependencies :
6+ - graphblas=4.0.3
7+ - cffi
8+ - cython
9+ - numpy
10+ - pytest
11+ - coverage
12+ - black
13+ - flake8
You can’t perform that action at this time.
0 commit comments