Skip to content

Commit

Permalink
FIX: Fix python version used in CI system (#1482)
Browse files Browse the repository at this point in the history
* FIX: Fix python version used in CI system

* FIX: Fix incorrect arg in ci workflow

* DEL: Remove pinning of libnetcdf
  • Loading branch information
mgrover1 authored Oct 30, 2023
1 parent 548b347 commit fb62211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- pytest-cov
- pytest-mpl
- coveralls
- libnetcdf<=4.9.1
- libnetcdf
- flake8
- fsspec
- glpk
Expand Down

0 comments on commit fb62211

Please sign in to comment.