We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb3279 commit e946ac2Copy full SHA for e946ac2
.github/workflows/ci.yml
@@ -74,6 +74,7 @@ jobs:
74
# export PATH=$CONDA_ROOT/condabin:$CONDA_ROOT/bin:${PATH}
75
# eval "$($CONDA_ROOT/bin/python -m conda shell.bash hook)"
76
run: |
77
+ conda init bash
78
conda create --use-local -c conda-forge --override-channels -n sharpy -v sharpy pytest pytest-timeout
79
conda activate sharpy
80
- name: Test SHARPY (pytest)
0 commit comments