Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Oct 3, 2024
1 parent b0440d6 commit 61457c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: test
on:
push:
branches:
- master
- main
- dev
- "*"
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
pull_request: # run CI on commits to any open PR
Expand All @@ -19,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest]
python-version: ["3.11", "3.12"]

steps:
Expand Down

0 comments on commit 61457c1

Please sign in to comment.