From 5870e4d5c3cfda0a9c23cf580dcd8f8e037fd3c7 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 18 Jun 2024 08:54:57 +0200 Subject: [PATCH] We no longer need this part, np2 was released. --- .github/workflows/default-tests.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/default-tests.yml b/.github/workflows/default-tests.yml index ff039fe9..08ee54c6 100644 --- a/.github/workflows/default-tests.yml +++ b/.github/workflows/default-tests.yml @@ -9,13 +9,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] os: [windows-latest, ubuntu-latest, macos-latest] - experimental: [false] - include: - - python-version: "3.12" - os: "ubuntu-latest" - experimental: true fail-fast: false defaults: run: @@ -35,11 +30,6 @@ jobs: --file test_requirements.txt --channel conda-forge - - name: Install unstable dependencies - if: matrix.experimental == true - run: | - micromamba install conda-forge/label/numpy_dev::numpy - - name: Install compliance-checker run: | python -m pip install -e . --no-deps --force-reinstall