Skip to content

Commit

Permalink
skip ubuntu windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed May 26, 2024
1 parent 9eaa46e commit 8b0ae93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "macos", "windows"]
os: ["ubuntu"] #, "macos", "windows"]
# add matrix for browsers later on
steps:
- run: git config --global core.autocrlf false
Expand All @@ -63,4 +63,4 @@ jobs:
path: |
./.pixi/task-cache-v0
./build/reports
./contrib/*/build/reports
./contrib/*/build/reports

0 comments on commit 8b0ae93

Please sign in to comment.