File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
schedule :
14
14
# run every Monday at 5am UTC
15
15
- cron : ' 0 5 * * 1'
16
+ workflow_dispatch :
16
17
17
18
concurrency :
18
19
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 13
13
schedule :
14
14
# run every Monday at 5am UTC
15
15
- cron : ' 0 5 * * 1'
16
+ workflow_dispatch :
16
17
17
18
concurrency :
18
19
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ envlist =
7
7
requires =
8
8
setuptools >= 30.3.0
9
9
pip >= 19.3.1
10
- tox-pypi-filter >= 0.12
11
10
isolated_build = true
12
11
13
12
[testenv]
14
13
15
14
# Pass through the following environment variables which are needed for the CI
16
- passenv = HOME WINDIR CI
15
+ passenv = HOME, WINDIR, CI
17
16
18
17
# Run the tests in a temporary directory to make sure that we don't import
19
18
# astropy from the source tree
You can’t perform that action at this time.
0 commit comments