Skip to content

Commit fb6394a

Browse files
committed
-c file:///user/fschlimb/mambaforge/envs/imex-dev/conda-bld/
1 parent 155fe04 commit fb6394a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
key: ${{ runner.os }}-build-imex-${{ env.IMEX_CACHE_NUMBER }}-${{ env.IMEX_SHA }}
5858
- name: Install SHARPY
5959
run: |
60-
conda create --use-local -n sharpy -v sharpy pytest pytest-timeout
60+
conda create --use-local -c file://${{ env.CONDA_PREFIX }}/conda-bld/ -n sharpy -v sharpy pytest pytest-timeout
6161
conda activate sharpy
6262
- name: Test SHARPY (pytest)
6363
run: |

0 commit comments

Comments
 (0)