Skip to content

Commit

Permalink
Skip compatability tests on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Jan 27, 2025
1 parent a10288b commit dc89dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push, pull_request]

jobs:
build:
name: AMS Tests
name: Compatibility Tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dc89dd8

Please sign in to comment.