Skip to content

Commit

Permalink
Merge pull request #1092 from ocefpaf/numpy_20
Browse files Browse the repository at this point in the history
We no longer need this part.
  • Loading branch information
ocefpaf authored Jun 18, 2024
2 parents 8d29c8e + 5870e4d commit b406f22
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b406f22

Please sign in to comment.