File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/sunpy/package-template" ,
3
- "commit" : " 1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d " ,
3
+ "commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
32
32
" .github/workflows/sub_package_update.yml"
33
33
],
34
34
"_template" : " https://github.com/sunpy/package-template" ,
35
- "_commit" : " 1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d "
35
+ "_commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 "
36
36
}
37
37
},
38
38
"directory" : null
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
29
29
30
30
jobs :
31
31
core :
32
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
32
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
33
33
with :
34
34
submodules : false
35
35
coverage : codecov
54
54
55
55
test :
56
56
needs : [core, sdist_verify]
57
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
57
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
58
58
with :
59
59
submodules : false
60
60
coverage : codecov
@@ -65,13 +65,12 @@ jobs:
65
65
- macos: py312
66
66
- linux: py310-oldestdeps
67
67
- linux: py313-devdeps
68
-
69
68
secrets :
70
69
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
71
70
72
71
docs :
73
72
needs : [core]
74
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
73
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
75
74
with :
76
75
default_python : ' 3.13'
77
76
submodules : false
@@ -108,7 +107,7 @@ jobs:
108
107
contains(github.event.pull_request.labels.*.name, 'Run publish')
109
108
)
110
109
needs : [test, docs]
111
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
110
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
112
111
with :
113
112
python-version : ' 3.13'
114
113
test_extras : ' tests'
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ setenv =
38
38
PARFIVE_HIDE_PROGRESS = True
39
39
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/liberfa/simple
40
40
deps =
41
- devdeps: git+https://github.com/ sunpy/sunpy
41
+ devdeps: sunpy>=0.0.dev0
42
42
# Handle minimum dependencies via minimum_dependencies
43
43
oldestdeps: minimum_dependencies
44
44
online: pytest-rerunfailures
You can’t perform that action at this time.
0 commit comments