Skip to content

Commit

Permalink
remove duplicate windows 3.12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Nov 14, 2024
1 parent dff2bfb commit 006aa8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: windows-latest
python-version: "3.12"

defaults:
run:
Expand Down Expand Up @@ -62,7 +60,7 @@ jobs:
files: ./coverage.xml
arch-test:
if: github.event.pull_request.draft == false
name: mBuild Tests (python)
name: mBuild Tests (arch)
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 006aa8d

Please sign in to comment.