Skip to content

Commit

Permalink
another attempt to avoid xarray from defaults 3
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Oct 17, 2024
1 parent 1decdae commit 418eadb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mopper-conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
activate-environment: mopper_env
channels: conda-forge, coecms
channel-priority: true
environment-file: conda/environment.yaml # Path to the build conda environment
show-channel-urls: true #
- name: Build and upload the conda packages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mopper-test-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
activate-environment: mopper_env
channels: conda-forge, coecms
channel-priority: true
environment-file: conda/environment.yaml # Path to the build conda environment
show-channel-urls: true #
- name: Build but do not upload the conda packages
Expand Down

0 comments on commit 418eadb

Please sign in to comment.