Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Sep 7, 2024
1 parent cc23c0b commit de89a37
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,6 @@ jobs:
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}-${{ matrix.os }}

numpy_edge:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.12"]
numpy-version: ["numpy>=2.0.0rc1"]
os: ["ubuntu-latest"]
include:
- python-version: "3.9"
numpy-version: "numpy<1.25"
os: "ubuntu-latest"

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install pip install pytest "${{ matrix.numpy-version }}"
python -m pip install -e.
- name: Run tests
run: pytest

coverage:
needs: tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit de89a37

Please sign in to comment.