Skip to content

Commit

Permalink
use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 4, 2022
1 parent a2ebca6 commit 7112133
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 @@ -113,7 +113,7 @@ jobs:
- package: wfpc2tools
- package: webbpsf
env:
WEBBPSF_PATH: tests/data/webbpsf-data
WEBBPSF_PATH: /home/runner/work/stenv/stenv/tests/data/webbpsf-data
data: true
steps:
- run: echo "CONSTRAINT=$(if [ -z ${{ github.event.inputs.constraint }} ]; then echo latest; else echo ${{ github.event.inputs.constraint }}; fi)" >> $GITHUB_ENV
Expand Down

0 comments on commit 7112133

Please sign in to comment.