Skip to content

Commit

Permalink
made a distinct rule for running the netmhc tool executables
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent 1f9def6 commit 27a34ad
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ jobs:
mkdir $PWD/netmhc-bundle-tmp
export NETMHC_BUNDLE_TMPDIR=$PWD/netmhc-bundle-tmp
export PATH=$PATH:$NETMHC_BUNDLE_HOME/bin
- name: Make sure all the netmhc-bundle tools can run
run: |
# 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
echo `which netMHC` && netMHC -h
echo `which netMHCpan` && netMHCpan -h
echo `which netMHCcons` && netMHCcons -h
echo `which netMHCstab` && netMHCstab -h
echo `which netMHCstabpan` && netMHCstabpan -h
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 27a34ad

Please sign in to comment.