Skip to content

Commit

Permalink
update environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 2, 2024
1 parent 5fbbcf0 commit 393f3b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ defaults:
env:
PYSYN_CDBS: /tmp/trds
jref: https://ssb.stsci.edu/trds_open/jref
lref: https://ssb.stsci.edu/cdbs/lref
CRDS_PATH: /tmp/crds_cache
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
LD_LIBRARY_PATH: /usr/local/lib
Expand Down Expand Up @@ -67,8 +69,6 @@ jobs:
python-version: '3.11'
runs-on: ${{ matrix.runs-on }}
name: "`${{ matrix.package }}` (Python ${{ matrix.python-version }}, ${{ matrix.runs-on }})"
env:
CRDS_PATH: /tmp/crds_cache
steps:
- if: matrix.crds_observatory != ''
run: |
Expand Down Expand Up @@ -134,8 +134,6 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.runs-on }}
name: "`${{ matrix.package }}` (Python ${{ matrix.python-version }}, ${{ matrix.runs-on }})"
env:
CRDS_PATH: /tmp/crds_cache
steps:
- if: matrix.crds_observatory != ''
run: |
Expand Down Expand Up @@ -283,7 +281,6 @@ jobs:
runs-on: ${{ matrix.runs-on }}
name: "smoke test `${{ matrix.package }}` (Python ${{ matrix.python-version }}, ${{ matrix.runs-on }})"
env:
CRDS_PATH: /tmp/crds_cache
jref: /tmp/crds_cache/${{ matrix.jref }}
steps:
- if: matrix.crds_observatory != ''
Expand Down

0 comments on commit 393f3b7

Please sign in to comment.