From e01a676a1f3225b22d6da030dd0762b6c19ec58f Mon Sep 17 00:00:00 2001 From: Daniel Wolfensberger Date: Thu, 3 Oct 2024 20:04:30 +0200 Subject: [PATCH] FIX: modify ci tests to also run on ubuntu --- .github/workflows/pyrad_tests_mch.yml | 6 ++---- .github/workflows/pyrad_tests_mch_dev.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pyrad_tests_mch.yml b/.github/workflows/pyrad_tests_mch.yml index 05feeda0..e475ac99 100644 --- a/.github/workflows/pyrad_tests_mch.yml +++ b/.github/workflows/pyrad_tests_mch.yml @@ -43,14 +43,12 @@ jobs: repository: MeteoSwiss/pyrad-tests path: pyrad-tests - name: Setup Miniconda - uses: mamba-org/setup-micromamba@v1.9.0 + uses: conda-incubator/setup-miniconda@v2.0.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 diff --git a/.github/workflows/pyrad_tests_mch_dev.yml b/.github/workflows/pyrad_tests_mch_dev.yml index 2f5c6467..241e988c 100644 --- a/.github/workflows/pyrad_tests_mch_dev.yml +++ b/.github/workflows/pyrad_tests_mch_dev.yml @@ -42,13 +42,11 @@ jobs: path: pyart ref: dev - name: Setup Miniconda - uses: mamba-org/setup-micromamba@v1.9.0 + uses: conda-incubator/setup-miniconda@v2.0.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