File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 os : ["ubuntu-latest", "macos-latest", "windows-latest"]
15- python-version : [3.7, 3.8, 3.9]
15+ python-version : [3.7] # , 3.8, 3.9]
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v2
@@ -22,11 +22,10 @@ jobs:
2222 auto-update-conda : true
2323 python-version : ${{ matrix.python-version }}
2424 channels : conda-forge
25- - name : Build
2625 run : |
2726 conda info
2827 conda list
29- conda install -c conda-forge cffi cython numpy graphblas pytest coverage black flake8 # TODO: environment.yml
28+ conda install -c conda-forge cffi cython numpy graphblas=4.0.3 pytest coverage black flake8 # TODO: environment.yml
3029 python setup.py build_ext --inplace
3130 python setup.py develop
3231 - name : Test
You can’t perform that action at this time.
0 commit comments