Skip to content

Commit

Permalink
Revert #223 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Oct 30, 2023
2 parents 1e7a317 + 538329f commit e404ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 85 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: check-style
- linux: check-security
- linux: check-build
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
Expand All @@ -35,19 +37,13 @@ jobs:
- macos: py311-xdist
- linux: py3-cov-xdist
coverage: 'codecov'
data:
uses: ./.github/workflows/data.yml
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
needs: [ data ]
with:
setenv: |
WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }}
CRDS_PATH: ${{ needs.data.outputs.path }}/crds_cache
CRDS_PATH: /tmp/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 }}
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
envs: |
- linux: py311-jwst-cov-xdist
- linux: py311-romancal-cov-xdist
77 changes: 0 additions & 77 deletions .github/workflows/data.yml

This file was deleted.

0 comments on commit e404ec8

Please sign in to comment.