Skip to content

Commit 567037e

Browse files
Debug testing #19
1 parent 467a8ac commit 567037e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_pytest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ jobs:
2727
sed -i -e "s/XXXX/${LICENSE_KEY}/g" /usr/share/miniconda/envs/test/lib/modeller-*/modlib/modeller/config.py
2828
2929
- name: Install PyMEMENTO
30+
shell: bash
3031
run: |
32+
conda init bash
3133
conda activate test
3234
pip install .
3335
- name: Test with pytest
36+
shell: bash
3437
run: |
38+
conda init bash
3539
conda activate test
3640
pytest

0 commit comments

Comments
 (0)