Skip to content

Commit

Permalink
env fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-abdullah committed Sep 10, 2024
1 parent b3a4502 commit 6759fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quicktest_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Run FastSurfer
run: |
echo "Running FastSurfer..."
echo "Output will be saved in data/${GITHUB_SHA:0:7}"
export FASTSURFER_HOME=$(pwd)
export THIS_RUN_OUTDIR=${GITHUB_SHA:0:7}
mkdir -p $SUBJECTS_DIR/$THIS_RUN_OUTDIR
Expand Down

0 comments on commit 6759fe1

Please sign in to comment.