From 95dd776e1a6eb62b9f383fd0bb99bfb327fb0593 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 18 Jun 2024 09:21:57 +0200 Subject: [PATCH 1/2] Group dependabot's PRs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 563dd9bc7..7818bef34 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: interval: "daily" labels: - "Bot" + groups: + github-actions: + patterns: + - '*' From b2e0b766e78d4e6cef713eb8ede1ee81aec20e1f Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 18 Jun 2024 09:22:31 +0200 Subject: [PATCH 2/2] np2 was released --- .github/workflows/miniconda.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/miniconda.yml b/.github/workflows/miniconda.yml index a7493a01f..256579c70 100644 --- a/.github/workflows/miniconda.yml +++ b/.github/workflows/miniconda.yml @@ -14,16 +14,10 @@ jobs: matrix: python-version: [ "3.9", "3.10", "3.11", "3.12" ] os: [windows-latest, ubuntu-latest, macos-latest] - experimental: [false] platform: [x64, x32] exclude: - os: macos-latest platform: x32 - include: - - python-version: "3.12" - os: "ubuntu-latest" - experimental: true - platform: x64 fail-fast: false defaults: run: @@ -44,14 +38,6 @@ jobs: numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi --channel conda-forge - - name: Install unstable dependencies - if: matrix.experimental == true - run: >- - micromamba install - conda-forge/label/cftime_dev::cftime - conda-forge/label/numpy_dev::numpy - --channel conda-forge --channel conda-forge - - name: Install netcdf4-python run: | export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config