Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Aug 15, 2024
1 parent cfec12f commit cb73003
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
numpy-pandas-version: [">=1.0, <2.0", ">=2.0, <3.0"]

exclude:
- python-version: "3.8"
numpy-pandas-version: ">=2.0, <3.0"

fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -38,6 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make install-build-requirements
make install-test-requirements
make install
Expand Down

0 comments on commit cb73003

Please sign in to comment.