Skip to content

Commit e4f7c88

Browse files
committed
CI: remove sparse from nogil env
1 parent 446a8e8 commit e4f7c88

3 files changed

Lines changed: 9 additions & 226 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,14 @@ jobs:
6666
- {environment: tests-backends, x64_runner: ubuntu-latest}
6767
- {environment: tests-backends-py311, x64_runner: ubuntu-latest}
6868
# Non-default pixi task (default: tests-ci)
69-
- {environment: tests-nogil, task: "tests --parallel-threads=4", no-coverage: true, x64_runner: ubuntu-latest}
69+
- {
70+
environment: tests-nogil,
71+
task: "tests --parallel-threads=4",
72+
no-coverage: true,
73+
x64_runner: ubuntu-latest,
74+
}
7075
- {environment: tests-run-deps, task: tests-run-deps-cov}
7176
exclude:
72-
- {environment: tests-nogil, platform: macos} # data-apis/array-api-extra#900
7377
- {environment: tests-numpy1, platform: windows} # data-apis/array-api-extra#901
7478

7579
environment:

0 commit comments

Comments
 (0)