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 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d " ,
3+ "commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3232 " .github/workflows/sub_package_update.yml"
3333 ],
3434 "_template" : " https://github.com/sunpy/package-template" ,
35- "_commit" : " 1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d "
35+ "_commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 "
3636 }
3737 },
3838 "directory" : null
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929
3030jobs :
3131 core :
32- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
32+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
3333 with :
3434 submodules : false
3535 coverage : codecov
5454
5555 test :
5656 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
5858 with :
5959 submodules : false
6060 coverage : codecov
@@ -65,13 +65,12 @@ jobs:
6565 - macos: py312
6666 - linux: py310-oldestdeps
6767 - linux: py313-devdeps
68-
6968 secrets :
7069 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7170
7271 docs :
7372 needs : [core]
74- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
73+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
7574 with :
7675 default_python : ' 3.13'
7776 submodules : false
@@ -108,7 +107,7 @@ jobs:
108107 contains(github.event.pull_request.labels.*.name, 'Run publish')
109108 )
110109 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
112111 with :
113112 python-version : ' 3.13'
114113 test_extras : ' tests'
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ setenv =
3838 PARFIVE_HIDE_PROGRESS = True
3939 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
4040deps =
41- devdeps: git+https://github.com/ sunpy/sunpy
41+ devdeps: sunpy>=0.0.dev0
4242 # Handle minimum dependencies via minimum_dependencies
4343 oldestdeps: minimum_dependencies
4444 online: pytest-rerunfailures
You can’t perform that action at this time.
0 commit comments