Skip to content

Commit

Permalink
remove tox-pypi-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 9, 2022
1 parent 9ccf2bf commit d3ade21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
toxdeps: tox-pypi-filter "'tox<4'"
toxdeps: "'tox<4'"
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
envs: |
Expand All @@ -42,7 +42,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
toxdeps: tox-pypi-filter "'tox<4'"
toxdeps: "'tox<4'"
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
envs: |
Expand All @@ -54,7 +54,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
toxdeps: tox-pypi-filter "'tox<4'"
toxdeps: "'tox<4'"
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
envs: |
Expand All @@ -68,7 +68,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
toxdeps: tox-pypi-filter "'tox<4'"
toxdeps: "'tox<4'"
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
envs: |
Expand All @@ -79,7 +79,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
toxdeps: tox-pypi-filter "'tox<4'"
toxdeps: "'tox<4'"
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
envs: |
Expand Down

0 comments on commit d3ade21

Please sign in to comment.