Skip to content

Commit

Permalink
Revert #123 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Burnett <zachary.r.burnett@gmail.com>
  • Loading branch information
WilliamJamieson and zacharyburnett committed Oct 30, 2023
1 parent afe2c45 commit 30de230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 87 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,13 @@ jobs:
- macos: py311-xdist
- linux: py311-cov-xdist
coverage: 'codecov'
data:
uses: ./.github/workflows/data.yml
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
needs: [ data ]
with:
setenv: |
WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }}
CRDS_PATH: ${{ needs.data.outputs.path }}/crds_cache
CRDS_PATH: /tmp/data/crds_cache
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
cache-path: ${{ needs.data.outputs.webbpsf_path }}
cache-key: webbpsf-${{ needs.data.outputs.webbpsf_hash }}
envs: |
- linux: test-jwst-xdist
- linux: test-romancal-xdist
- linux: py311-jwst-xdist
- linux: py311-romancal-xdist
77 changes: 0 additions & 77 deletions .github/workflows/data.yml

This file was deleted.

1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ deps =
pass_env =
CRDS_*
CI
WEBBPSF_PATH
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
jwst: CRDS_SERVER_URL=https://jwst-crds.stsci.edu
Expand Down

0 comments on commit 30de230

Please sign in to comment.