Skip to content

Commit

Permalink
Only support auto test on linux for now
Browse files Browse the repository at this point in the history
Since Xopt only officially support linux
  • Loading branch information
zhe-slac committed Dec 6, 2023
1 parent 532fb9d commit 222b08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.9", "3.11"]
env:
DISPLAY: ':99.0'
Expand Down

0 comments on commit 222b08d

Please sign in to comment.