Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Feb 13, 2024
1 parent 89d897c commit 8dd2aa6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/SIRVs.Set4.R10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,9 @@ jobs:
with:
fetch-depth: 1

- name: 'Test'
shell: bash
run: |
echo ${{env.BIN_PATH}} >> $GITHUB_PATH
gffcompare -h
- name: 'GitHub runner'
shell: bash
run: |
echo ${{env.BIN_PATH}} >> $GITHUB_PATH
export PATH=\$PATH:${{env.BIN_PATH}}
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.RUN_NAME}}.cfg

0 comments on commit 8dd2aa6

Please sign in to comment.