We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b04348 commit f245422Copy full SHA for f245422
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- os: [ubuntu] #, mac, windows] # TODO v4: Re-enable windows and mac
+ os: [ubuntu, mac, windows]
32
pixi-environment: [test-latest]
33
include:
34
- os: ubuntu
0 commit comments