Skip to content

Commit

Permalink
Remove OS matrix for dev testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Scheibling committed Jan 23, 2024
1 parent 3bb937c commit 67d7dc7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dev_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ on:

jobs:
testing:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
os:
- "ubuntu-latest"
- "macOS-latest"
- "windows-latest"

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 67d7dc7

Please sign in to comment.