Skip to content

Commit 0e96ef7

Browse files
committed
test
1 parent e946ac2 commit 0e96ef7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
defaults:
1010
run:
11-
shell: bash
11+
shell: bash -l {0}
1212
env:
1313
IMEX_CACHE_NUMBER: 4 # Increase to reset cache
1414
jobs:
@@ -41,6 +41,13 @@ jobs:
4141
with:
4242
miniforge-version: latest
4343
# environment-file: etc/example-environment.yml
44+
- name: Test Conda
45+
run: |
46+
conda create -n testenv conda-build
47+
conda activate testenv
48+
which python
49+
conda deactivate
50+
conda env remove -n testenv
4451
# - name: Miniconda
4552
# run: |
4653
# env
@@ -74,7 +81,6 @@ jobs:
7481
# export PATH=$CONDA_ROOT/condabin:$CONDA_ROOT/bin:${PATH}
7582
# eval "$($CONDA_ROOT/bin/python -m conda shell.bash hook)"
7683
run: |
77-
conda init bash
7884
conda create --use-local -c conda-forge --override-channels -n sharpy -v sharpy pytest pytest-timeout
7985
conda activate sharpy
8086
- name: Test SHARPY (pytest)

0 commit comments

Comments
 (0)