Skip to content

Commit

Permalink
Remove numpy 1.21 and 1.20 from testing.
Browse files Browse the repository at this point in the history
Add scipy-dev to requirement-dev.

add scipy dev

remove branch testing
  • Loading branch information
nden committed Aug 2, 2023
1 parent 929478d commit fd06a74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
check:
name:
name:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
Expand All @@ -31,15 +31,13 @@ jobs:
envs: |
- linux: test
python-version: 3.9
- linux: test-numpy120
python-version: 3.9
- linux: test-numpy121
- linux: test-numpy125
python-version: 3.9
- linux: test-numpy122
python-version: 3.9
- linux: test
python-version: 3.10
- linux: test-numpy121
- linux: test-numpy125
python-version: 3.10
- linux: test-numpy122
python-version: 3.10
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ git+https://github.com/asdf-format/asdf-wcs-schemas
git+https://github.com/astropy/astropy
git+https://github.com/astropy/asdf-astropy
numpy>=0.0.dev0
scipy>=0.0.dev0
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
check-{style,security,build}
test{,-dev}{,-pyargs,-cov}
test-numpy{120,121,122}
test-numpy{125,122}
build-{docs,dist}

# tox environments are constructed with so-called 'factors' (or terms)
Expand Down Expand Up @@ -69,9 +69,8 @@ deps =
cov: pytest-cov
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git
numpy120: numpy==1.20.*
numpy121: numpy==1.21.*
numpy122: numpy==1.22.*
numpy125: numpy==1.25.*
pass_env =
jwst,romancal: CRDS_*
commands_pre =
Expand Down

0 comments on commit fd06a74

Please sign in to comment.