Skip to content

Commit

Permalink
TST: append LAMMPS paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochendu authored Jul 18, 2024
1 parent 451bf45 commit 3370673
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
- name: Install pip dependencies
run: |
pip install -e '.[dev]'
- name: Append LAMMPS paths
run: |
echo "LAMMPS_POTENTIALS=$GITHUB_WORKSPACE/mcmc/potentials" >> $GITHUB_ENV
echo "LAMMPS_POTENTIALS=$LAMMPS_POTENTIALS"
echo "LAMMPS_COMMAND=$CONDA/vssr-mc/bin/lmp" >> $GITHUB_ENV
echo "LAMMPS_COMMAND = $LAMMPS_COMMAND"
echo "ASE_LAMMPSRUN_COMMAND=$LAMMPS_COMMAND" >> $GITHUB_ENV
echo "ASE_LAMMPSRUN_COMMAND = $ASE_LAMMPSRUN_COMMAND"
- name: Test with pytest
run: |
pytest -rP --cov --cov-report=xml
Expand Down

0 comments on commit 3370673

Please sign in to comment.