File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
tags :
8
- - ' v* '
9
- - ' !*dev*'
10
- - ' !*pre*'
11
- - ' !*post*'
8
+ - " v* "
9
+ - " !*dev*"
10
+ - " !*pre*"
11
+ - " !*post*"
12
12
pull_request :
13
13
# Allow manual runs through the web UI
14
14
workflow_dispatch :
@@ -49,15 +49,13 @@ jobs:
49
49
- linux: py312-test-mpldev-pytestdev
50
50
- linux: py39-test-mpl33-pytest62
51
51
- linux: py38-test-mpl31-pytest54
52
- coverage : ' codecov'
52
+ coverage : " codecov"
53
53
54
54
publish :
55
55
if : github.event_name != 'pull_request'
56
56
needs : [test]
57
57
uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
58
58
with :
59
59
test_command : pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
60
- # Remove python-version when python-dateutil >2.8.2
61
- python-version : " 3.11"
62
60
secrets :
63
61
pypi_token : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ setenv =
19
19
changedir = .tmp/{envname}
20
20
description = run tests
21
21
deps =
22
- py312: git+https://github.com/dateutil/dateutil.git# egg=python-dateutil
23
22
mpl20: matplotlib ==2.0.*
24
23
mpl20: nose
25
24
mpl21: matplotlib ==2.1.*
You can’t perform that action at this time.
0 commit comments