1 parent fe3ce20 commit d3cefccCopy full SHA for d3cefcc
2 files changed
.github/workflows/pixi.toml
@@ -25,4 +25,5 @@ wheel = "*"
25
26
[tasks]
27
build = { cmd = "pip install -e . --no-build-isolation", cwd = "../.." }
28
-test = { cmd = "pytest", cwd = "../.." }
+# Setting PKG_CONFIG_PATH is needed because Cython sanity check is broken (meson#15740)
29
+test = { cmd = "pytest", cwd = "../..", env = { PKG_CONFIG_PATH = "$CONDA_PREFIX/lib/pkgconfig" } }
.github/workflows/tests.yml
@@ -49,7 +49,6 @@ jobs:
49
with:
50
pixi-version: v0.77.1
51
manifest-path: .github/workflows/pixi.toml
52
- #working-directory: .github/workflows
53
cache: false
54
55
- name: Install meson-python
0 commit comments