Skip to content

Commit

Permalink
Update gromacs_installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ANUGAMAGE committed Nov 27, 2023
1 parent dbaa464 commit faf6fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gromacs_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
make
# Exclude the problematic test
ctest -j $(nproc) -E MdrunTestsTwoRanks --output-on-failure || true
ctest -j $(nproc) -E MdrunTestsTwoRanks --output-on-failure || true #workflow continues even if the test fails
sudo make install
echo 'source /usr/local/gromacs/bin/GMXRC' >> $HOME/.bashrc
source $HOME/.bashrc
export PATH="/usr/local/gromacs/bin:$PATH" # Added this line to add GROMACS to PATH
- name: Prepare Input Files
run: |
Expand Down

0 comments on commit faf6fed

Please sign in to comment.