Skip to content

Commit 74346e7

Browse files
committed
First time using conda-incubator/setup-miniconda@v2 action, please bear with me
1 parent 1fca0a8 commit 74346e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

0 commit comments

Comments
 (0)