Skip to content

Commit

Permalink
set data directory in env
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 18, 2022
1 parent b6801ea commit 26cfa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
extras: [ test ]
commands: [
'curl -L https://stsci.box.com/shared/static/ntb71b3uusf1kzgf9bss0hzbreoja5gg.gz -o webbpsf-data.gz',
'tar -xvzf webbpsf-data.gz -C ${{ env.DATA_DIRECTORY }}',
'tar -xvzf webbpsf-data.gz -C $DATA_DIRECTORY',
]
data: true
steps:
Expand Down

0 comments on commit 26cfa2f

Please sign in to comment.