We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155fe04 commit fb6394aCopy full SHA for fb6394a
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
key: ${{ runner.os }}-build-imex-${{ env.IMEX_CACHE_NUMBER }}-${{ env.IMEX_SHA }}
58
- name: Install SHARPY
59
run: |
60
- conda create --use-local -n sharpy -v sharpy pytest pytest-timeout
+ conda create --use-local -c file://${{ env.CONDA_PREFIX }}/conda-bld/ -n sharpy -v sharpy pytest pytest-timeout
61
conda activate sharpy
62
- name: Test SHARPY (pytest)
63
0 commit comments