Skip to content

Commit

Permalink
Merge pull request #822 from karllark/cov_new_py_version
Browse files Browse the repository at this point in the history
updating coverage python version
  • Loading branch information
karllark authored Aug 16, 2024
2 parents 470d88e + f68e6b0 commit 8b6390a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up python 3.${{ matrix.python-ver }} with tox environment py3${{ matrix.python-ver }}-${{ matrix.tox-env }} on ${{ matrix.os }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.${{ matrix.python-ver }}
- name: Install base dependencies
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up python for astropy lts test
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install base dependencies
Expand All @@ -93,16 +93,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up python for coverage test
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Test with tox
run: |
tox -e py309-cov -- --remote-data
tox -e py311-cov -- --remote-data
# - name: Upload coverage results to codecov
# run: |
# curl -Os https://uploader.codecov.io/latest/linux/codecov
Expand All @@ -127,7 +127,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python to build docs with sphinx
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install base dependencies
Expand All @@ -147,7 +147,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Python codestyle check
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install base dependencies
Expand Down

0 comments on commit 8b6390a

Please sign in to comment.