File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency: # Cancel previous workflows on the same pull request
1313
1414jobs :
1515 build-and-test :
16- name : Test on (${{ inputs.os }}) (${{ matrix.python-version}})
16+ name : Test on (${{ inputs.os }}) (${{ matrix.python-version}}) (${{ matrix.numpy-version }})
1717 runs-on : ${{ inputs.os }}
1818 strategy :
1919 fail-fast : true
7676 # restore-key hits should result in `cache-hit` == 'false'
7777 # if: steps.cache-conda-env.outputs.cache-hit != 'true'
7878 run : |
79- conda install datalad pip ${{ matrix.numpy-version }}
79+ conda install datalad pip numpy= ${{ matrix.numpy-version }} -c conda-forge
8080 # this command is for updating cache. We are resting removal.
8181 # conda env update --name neo-test-env-${{ matrix.python-version }} --file environment_testing.yml --prune
8282
You can’t perform that action at this time.
0 commit comments