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: + - '*' 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