Skip to content

Commit fc3cf88

Browse files
committed
test
1 parent 1985e9c commit fc3cf88

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
with:
4444
miniforge-version: latest
4545
# environment-file: etc/example-environment.yml
46-
- name: TestTest
47-
run: |
48-
echo CONDA_PREFIX=${CONDA_PREFIX}
49-
echo CONDA_PREFIX=${{env.CONDA_PREFIX}}
5046
- name: Build SHARPY
5147
run: |
5248
env
@@ -61,7 +57,7 @@ jobs:
6157
key: ${{ runner.os }}-build-imex-${{ env.IMEX_CACHE_NUMBER }}-${{ env.IMEX_SHA }}
6258
- name: Install SHARPY
6359
run: |
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
6561
conda activate sharpy
6662
- name: Test SHARPY (pytest)
6763
run: |

0 commit comments

Comments
 (0)