File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99defaults :
1010 run :
11- shell : bash
11+ shell : bash -l {0}
1212env :
1313 IMEX_CACHE_NUMBER : 4 # Increase to reset cache
1414jobs :
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
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)
You can’t perform that action at this time.
0 commit comments