We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1985e9c commit fc3cf88Copy full SHA for fc3cf88
.github/workflows/ci.yml
@@ -43,10 +43,6 @@ jobs:
43
with:
44
miniforge-version: latest
45
# environment-file: etc/example-environment.yml
46
- - name: TestTest
47
- run: |
48
- echo CONDA_PREFIX=${CONDA_PREFIX}
49
- echo CONDA_PREFIX=${{env.CONDA_PREFIX}}
50
- name: Build SHARPY
51
run: |
52
env
@@ -61,7 +57,7 @@ jobs:
61
57
key: ${{ runner.os }}-build-imex-${{ env.IMEX_CACHE_NUMBER }}-${{ env.IMEX_SHA }}
62
58
- name: Install SHARPY
63
59
64
- conda create --use-local -c file://${{ env.CONDA_PREFIX }}/conda-bld/ -n sharpy -v sharpy pytest pytest-timeout
60
+ conda create --use-local -c file://${CONDA_PREFIX}/conda-bld/ -n sharpy -v sharpy pytest pytest-timeout
65
conda activate sharpy
66
- name: Test SHARPY (pytest)
67
0 commit comments