Skip to content

Commit

Permalink
Test vs. numpy 2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Jun 23, 2024
1 parent d83e44d commit df56dd1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: ['*']
workflow_dispatch: # allows you to trigger manually

# When this workflow is queued, automatically cancel any previous running
# or pending jobs from the same branch
Expand Down Expand Up @@ -44,9 +45,10 @@ jobs:
- os: ubuntu
python-version: '3.8'
requirements: minimal
- os: macos
python-version: '3.8'
requirements: minimal
# Old builds are not available on osx-arm64
# - os: macos
# python-version: '3.8'
# requirements: minimal
- os: windows
python-version: '3.8'
requirements: minimal
Expand Down

0 comments on commit df56dd1

Please sign in to comment.