Skip to content

Commit

Permalink
fix macos pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 2, 2024
1 parent 20f2599 commit 252c6e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ on: # yamllint disable-line rule:truthy

jobs:
pytest:
timeout-minutes: 30
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
include:
- os: macos-13
python-version: "3.11"
- os: macos-13
python-version: "3.12"
name: ${{ matrix.os }} - py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 252c6e8

Please sign in to comment.