Skip to content

Commit

Permalink
FIX: modify ci tests to also run on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Oct 3, 2024
1 parent 4b58d94 commit e01a676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pyrad_tests_mch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ jobs:
repository: MeteoSwiss/pyrad-tests
path: pyrad-tests
- name: Setup Miniconda
uses: mamba-org/setup-[email protected].0
uses: conda-incubator/setup-[email protected].0
with:
micromamba-version: '2.0.0-0'
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: flexible
init-shell: >-
bash
activate-environment: test-environment

- name: Install dependencies
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pyrad_tests_mch_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:
path: pyart
ref: dev
- name: Setup Miniconda
uses: mamba-org/setup-[email protected].0
uses: conda-incubator/setup-[email protected].0
with:
micromamba-version: '2.0.0-0'
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
init-shell: >-
bash
channel-priority: flexible
activate-environment: test-environment

Expand Down

0 comments on commit e01a676

Please sign in to comment.