Skip to content

Commit

Permalink
TST: update setting ASE_LAMMPSRUN_COMMAND in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochendu authored Jul 18, 2024
1 parent 4efaf92 commit 672f1f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
run: |
echo "LAMMPS_POTENTIALS=$GITHUB_WORKSPACE/mcmc/potentials" >> $GITHUB_ENV
echo "LAMMPS_COMMAND=$CONDA/vssr-mc/bin/lmp" >> $GITHUB_ENV
echo "ASE_LAMMPSRUN_COMMAND=$LAMMPS_COMMAND" >> $GITHUB_ENV
echo "ASE_LAMMPSRUN_COMMAND=$CONDA/vssr-mc/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"
- name: Test with pytest
run: |
pytest -rP
# pytest -rP --cov --cov-report=xml
pytest --capture=no --cov --cov-report=xml

0 comments on commit 672f1f0

Please sign in to comment.