Skip to content

Commit

Permalink
construct path from data path
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 3, 2023
1 parent da89680 commit 6197885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
needs: [ data ]
with:
setenv: |
WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }}
WEBBPSF_PATH: ${{ needs.data.outputs.data_path }}/webbpsf-data
CRDS_PATH: /tmp/crds_cache
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
Expand Down

0 comments on commit 6197885

Please sign in to comment.