Skip to content

Commit 5850bf5

Browse files
committed
Fix sunpy, ditch lightkurve
try 2
1 parent 46c3848 commit 5850bf5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/integration_testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828
- linux: py310-specreduce
2929
- linux: py310-specutils
3030
- linux: py310-sunpy
31-
- linux: py310-lightkurve

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ deps =
3333
reproject,all: git+https://github.com/astropy/reproject.git#egg=reproject[test,all]
3434
specreduce,all: git+https://github.com/astropy/specreduce.git#egg=specreduce[test]
3535
specutils,all: git+https://github.com/astropy/specutils.git#egg=specutils[all,test]
36-
sunpy,all: git+https://github.com/sunpy/sunpy.git#egg=sunpy[tests]
36+
sunpy,all: git+https://github.com/sunpy/sunpy.git#egg=sunpy[tests,all]
3737

3838
skip_install = true
3939

0 commit comments

Comments
 (0)