Skip to content

Commit c3e8c74

Browse files
committed
tests
1 parent fb6394a commit c3e8c74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ 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=${{CONDA_PREFIX}}
50+
echo CONDA_PREFIX=${{env.CONDA_PREFIX}}
4651
- name: Build SHARPY
4752
run: |
4853
env

0 commit comments

Comments
 (0)