Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 20, 2023
1 parent 4146413 commit 80c947e
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
name: Test with Python${{ matrix.python-version }} (PyPI)
needs: black
runs-on: ubuntu-latest
env:
COVERALLS_PARALLEL: true
COVERALLS_SERVICE_NAME: github
esmf-version: 8.4.2
strategy:
fail-fast: false
matrix:
esmf-version: ["8.4.2"]
include:
- python-version: "3.9"
tox-build: "py39-esmpy-coveralls"
Expand All @@ -60,19 +62,17 @@ jobs:
cache-downloads: true
environment-name: xscen-pypi
create-args: >-
esmf=${{ matrix.esmf-version }}
esmf=${{ env.esmf-version }}
mamba
python=${{ matrix.python-version }}
tox
- name: Test with tox
run: |
tox -e ${{ matrix.tox-build }}
env:
ESMF_VERSION: ${{ matrix.esmf-version }}
ESMF_VERSION: ${{ env.esmf-version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: run-Python${{ matrix.python-version }}
COVERALLS_PARALLEL: true
COVERALLS_SERVICE_NAME: github

# - name: Compile language catalogs
# run: |
Expand Down Expand Up @@ -100,16 +100,6 @@ jobs:
# COVERALLS_PARALLEL: true
# COVERALLS_SERVICE_NAME: github

# - name: Install tox-current-env
# run: |
# pip install tox tox-conda tox-current-env
# - name: Test with tox
# run: |
# tox -vv -e ${{ matrix.tox-build }} --current-env
# env:
# CONDA_EXE: mamba
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

testing-conda:
name: Test with Python${{ matrix.python-version }} (Anaconda)
needs: black
Expand Down

0 comments on commit 80c947e

Please sign in to comment.