Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 6, 2024
1 parent f8fb691 commit 8019c11
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
"pytest-doctestplus>=0.10.0"
"requests_mock>=1.0"
crds-observatory: jwst
# - package: pysynphot
# test-dependencies: >-
# pytest
# pytest-remotedata
- package: pysynphot
test-dependencies: >-
pytest
pytest-remotedata
- package: reftools
test-dependencies: >-
pytest-remotedata
Expand Down Expand Up @@ -144,13 +144,13 @@ jobs:
pytest
pytest-cov
pytest-args: --slow
#- package: drizzlepac
# repository: spacetelescope/drizzlepac
# test-dependencies: >-
# ci_watson
# crds
# pytest
# pytest-remotedata
- package: drizzlepac
repository: spacetelescope/drizzlepac
test-dependencies: >-
ci_watson
crds
pytest
pytest-remotedata
- package: hstcal
repository: spacetelescope/hstcal
test-dependencies: >-
Expand All @@ -159,13 +159,13 @@ jobs:
pytest-args: --slow
test-directory: tests
crds-observatory: hst
#- package: stistools
# repository: spacetelescope/stistools
#- package: stsynphot
# repository: spacetelescope/stsynphot_refactor
# test-dependencies: >-
# pytest-astropy
# ci-watson
- package: stistools
repository: spacetelescope/stistools
- package: stsynphot
repository: spacetelescope/stsynphot_refactor
test-dependencies: >-
pytest-astropy
ci-watson
exclude:
- runs-on: macos-13
python-version: '3.10'
Expand Down

0 comments on commit 8019c11

Please sign in to comment.