Skip to content

Commit 39eca4a

Browse files
authored
Merge pull request #222 from libAtoms/gap_fit_wfl_example
daisy-chained example
2 parents 6730b03 + 37f2d86 commit 39eca4a

File tree

23 files changed

+1139
-146
lines changed

23 files changed

+1139
-146
lines changed

.github/workflows/pytests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ jobs:
110110
run: |
111111
echo $HOME/bin >> $GITHUB_PATH
112112
113+
- name: Install xTB
114+
run: |
115+
conda install -c conda-forge xtb-python
116+
pip install typing-extensions
117+
113118
- name: Install MPI dependencies
114119
if: env.use-mpi
115120
run: |

complete_pytest.tin

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ module purge
44
module load compiler/gnu python/system python_extras/quippy
55

66
# should include both tin and tin_ssh - not as good as real remote machine, but maybe close enough
7-
export EXPYRE_PYTEST_SYSTEMS='tin'
7+
if [ -z $EXPYRE_PYTEST_SYSTEMS ]; then
8+
export EXPYRE_PYTEST_SYSTEMS='tin'
9+
fi
810

911
echo "GIT VERSION " $( git describe --always --tags --dirty ) > complete_pytest.tin.out
1012
echo "" >> complete_pytest.tin.out

0 commit comments

Comments
 (0)