File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
defaults :
10
10
run :
11
- shell : bash
11
+ shell : bash -l {0}
12
12
env :
13
13
IMEX_CACHE_NUMBER : 4 # Increase to reset cache
14
14
jobs :
41
41
with :
42
42
miniforge-version : latest
43
43
# 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
44
51
# - name: Miniconda
45
52
# run: |
46
53
# env
74
81
# export PATH=$CONDA_ROOT/condabin:$CONDA_ROOT/bin:${PATH}
75
82
# eval "$($CONDA_ROOT/bin/python -m conda shell.bash hook)"
76
83
run : |
77
- conda init bash
78
84
conda create --use-local -c conda-forge --override-channels -n sharpy -v sharpy pytest pytest-timeout
79
85
conda activate sharpy
80
86
- name : Test SHARPY (pytest)
You can’t perform that action at this time.
0 commit comments