Skip to content

Commit

Permalink
use /tmp instead of $HOME for CRDS path
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 30, 2023
1 parent 46c29f5 commit c928df7
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 @@ -16,7 +16,7 @@ on:

env:
CRDS_SERVER_URL: https://jwst-crds.stsci.edu
CRDS_PATH: $HOME/crds_cache
CRDS_PATH: /tmp/crds_cache
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20

Expand Down

0 comments on commit c928df7

Please sign in to comment.