Skip to content

Commit

Permalink
wait, why am I testing on windows and macos anyway?
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jun 30, 2023
1 parent 946b8dd commit ffc59cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
- uses: pre-commit/[email protected]

test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit ffc59cb

Please sign in to comment.