Skip to content

Commit

Permalink
TST: Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jun 3, 2024
1 parent 17e6b13 commit 316943e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Coveralls Finished
Expand Down

0 comments on commit 316943e

Please sign in to comment.