From fb62211e16c769ecc441c3d6b12e397e6bc00598 Mon Sep 17 00:00:00 2001 From: Max Grover Date: Mon, 30 Oct 2023 15:58:16 -0700 Subject: [PATCH] FIX: Fix python version used in CI system (#1482) * FIX: Fix python version used in CI system * FIX: Fix incorrect arg in ci workflow * DEL: Remove pinning of libnetcdf --- .github/workflows/ci.yml | 4 ++-- continuous_integration/environment-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7554683fcc..dec3ebe0f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,9 @@ jobs: uses: mamba-org/setup-micromamba@v1 with: environment-file: continuous_integration/environment-ci.yml - activate-environment: pyart-dev + environment-name: pyart-dev cache-downloads: true - python-version: ${{ matrix.python-version }} + create-args: python=${{ matrix.python-version }} - name: Fetch all history for all tags and branches run: | diff --git a/continuous_integration/environment-ci.yml b/continuous_integration/environment-ci.yml index 4e02278263..427602cb43 100644 --- a/continuous_integration/environment-ci.yml +++ b/continuous_integration/environment-ci.yml @@ -17,7 +17,7 @@ dependencies: - pytest-cov - pytest-mpl - coveralls - - libnetcdf<=4.9.1 + - libnetcdf - flake8 - fsspec - glpk