Skip to content

Commit

Permalink
Testing should be seperate
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Jan 12, 2025
1 parent 5a586b5 commit 7194ded
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ on:
jobs:

test:
name: Testing ${{matrix.os}} Python ${{matrix.python-version}}, with Numpy ${{matrix.numpy-version}}
name: Testing ${{matrix.os}} Python ${{matrix.python-version}}
runs-on: ${{matrix.os}}

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.11', '3.12']
numpy-version: ['1', '2']
os: ['ubuntu-latest']
python-version: ['3.11','3.12']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7194ded

Please sign in to comment.