Skip to content

Commit

Permalink
adjust tox environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 17, 2023
1 parent ee9b949 commit be04a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
matrix:
include:
- python-version: "3.9"
tox-build: "py39"
tox-env: "py39-esmpy-coveralls"
- python-version: "3.10"
tox-build: "py310"
tox-env: "py310-esmpy-coveralls"
- python-version: "3.11"
tox-build: "py311"
tox-env: "py311-esmpy-coveralls"
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

testing-conda:
name: Test with Python${{ matrix.python-version }}m (conda)
name: Test with Python${{ matrix.python-version }} (Anaconda)
needs: black
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit be04a2c

Please sign in to comment.