Skip to content

Commit

Permalink
ignore coveralls on Python3.13 for now
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
Zeitsperre committed Jan 24, 2025
1 parent e590702 commit 96d93d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
markers: -m 'not slow'
python-version: "3.12"
tox-env: standard
# Coverage is not yet supported on Python3.13 . See `tox.ini`.
- os: 'ubuntu-latest'
testdata-cache: '~/.cache/xclim-testdata'
markers: -m 'not slow'
Expand Down Expand Up @@ -320,12 +321,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: run-${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.tox-env }}
COVERALLS_PARALLEL: true
- name: Coveralls Finished
if: ${{ matrix.python-version == '3.13' }} # Coveralls Python package does not officially support 3.13
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
with:
flag-name: run-${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.tox-env }}
parallel: true
- name: Tests measurement
if : ${{ matrix.os == 'ubuntu-latest' }}
uses: green-coding-solutions/eco-ci-energy-estimation@e79d33b08b0c47de4438c161d432730fce23f246 # v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python =
3.10 = py310-coverage-lmoments
3.11 = py311-coverage-extras-sbck
3.12 = py312-coverage-extras-numpy
# coveralls is not yet supported for py313; Adjust this here and in `main.yml` when it is
# coveralls is not yet supported for Python3.13; Adjust this build when coveralls>4.0.1 is released.
3.13 = py313-extras-lmoments

[testenv:lint]
Expand Down

0 comments on commit 96d93d3

Please sign in to comment.