Skip to content

Commit

Permalink
added checks to make sure netmhc tools are executable
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent f4d0d40 commit 275e860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
export NETMHC_BUNDLE_TMPDIR=$PWD/tmp
export PATH=$PATH:$NETMHC_BUNDLE_HOME/bin
# make sure netmhc-bundle tools are actually installed
echo `which netMHC` && echo `which netMHCpan` && echo `which netMHCcons`
# make sure netmhc-bundle tools are executable
netMHC -h
- name: Install dependencies
run: |
Expand Down

0 comments on commit 275e860

Please sign in to comment.