Skip to content

Commit

Permalink
debug info about where things were checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent ab58d46 commit 77e22b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand All @@ -30,8 +30,11 @@ jobs:
with:
repository: openvax/netmhc-bundle
token: ${{ secrets.NETMHC_BUNDLE_ACCESS_TOKEN }}
path: netmhc-bundle
- name: Configure netmhc-bundle paths
run: |
ls -l .
ls -l netmhc-bundle
export NETMHC_BUNDLE_HOME=$PWD/netmhc-bundle
mkdir tmp
export NETMHC_BUNDLE_TMPDIR=$PWD/tmp
Expand Down

0 comments on commit 77e22b8

Please sign in to comment.