Skip to content

Commit

Permalink
it's just one of those days
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 20, 2023
1 parent ec03ed5 commit a2a3d04
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,22 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.9"
# tox-env: "py39-esmpy-coveralls"
- python-version: "3.10"
# tox-env: "py310-esmpy-coveralls"
- python-version: "3.11"
# tox-env: "py311-esmpy-coveralls"
python-version: ["3.9", "3.11"]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4

- name: Set up Python${{ matrix.python-version }}
uses: actions/setup-python@v4
- name: Setup Conda (Micromamba) with Python ${{ matrix.python-version }}
uses: mamba-org/setup-micromamba@v1
with:
python-version: ${{ matrix.python-version }}
cache-downloads: true
environment-name: xscen-pypi
create-args: >-
coveralls
esmf
mamba
python=${{ matrix.python-version }}
- name: Compile language catalogs
run: |
make translate
Expand Down Expand Up @@ -103,6 +102,8 @@ jobs:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
defaults:
run:
shell: bash -l {0}
Expand All @@ -112,8 +113,8 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
environment-file: environment-dev.yml
create-args: >-
esmf
mamba
python=${{ matrix.python-version }}
- name: Conda and Mamba versions
Expand Down

0 comments on commit a2a3d04

Please sign in to comment.