Skip to content

Commit a867890

Browse files
authored
Merge pull request #2626 from bsipocz/MAINT_tox4_compatibility
MAINT: fix tox v4 compatibility
2 parents e73c871 + 4d9e115 commit a867890

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci_devtests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
schedule:
1414
# run every Monday at 5am UTC
1515
- cron: '0 5 * * 1'
16+
workflow_dispatch:
1617

1718
concurrency:
1819
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
schedule:
1414
# run every Monday at 5am UTC
1515
- cron: '0 5 * * 1'
16+
workflow_dispatch:
1617

1718
concurrency:
1819
group: ${{ github.workflow }}-${{ github.ref }}

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ envlist =
77
requires =
88
setuptools >= 30.3.0
99
pip >= 19.3.1
10-
tox-pypi-filter >= 0.12
1110
isolated_build = true
1211

1312
[testenv]
1413

1514
# Pass through the following environment variables which are needed for the CI
16-
passenv = HOME WINDIR CI
15+
passenv = HOME,WINDIR,CI
1716

1817
# Run the tests in a temporary directory to make sure that we don't import
1918
# astropy from the source tree

0 commit comments

Comments
 (0)