Skip to content

Commit

Permalink
TST: update LAMMPS paths in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochendu authored Jul 18, 2024
1 parent 672f1f0 commit b736bd2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ jobs:
- name: Append LAMMPS paths
run: |
echo "LAMMPS_POTENTIALS=$GITHUB_WORKSPACE/mcmc/potentials" >> $GITHUB_ENV
echo "LAMMPS_COMMAND=$CONDA/vssr-mc/bin/lmp" >> $GITHUB_ENV
echo "ASE_LAMMPSRUN_COMMAND=$CONDA/vssr-mc/bin/lmp" >> $GITHUB_ENV
echo "LAMMPS_COMMAND=$CONDA/bin/lmp" >> $GITHUB_ENV
echo "ASE_LAMMPSRUN_COMMAND=$CONDA/bin/lmp" >> $GITHUB_ENV
- name: Check LAMMPS paths
run: |
echo "LAMMPS_POTENTIALS = $LAMMPS_POTENTIALS"
echo "LAMMPS_COMMAND = $LAMMPS_COMMAND"
echo "ASE_LAMMPSRUN_COMMAND = $ASE_LAMMPSRUN_COMMAND"
which python
ls $CONDA/bin/lmp
ls $CONDA/bin/lmp_serial
- name: Test with pytest
run: |
pytest --capture=no --cov --cov-report=xml

0 comments on commit b736bd2

Please sign in to comment.