Skip to content

Commit d3cefcc

Browse files
committed
CI: set PKG_CONFIG_PATH explicitly (meson issue 15740)
1 parent fe3ce20 commit d3cefcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ wheel = "*"
2525

2626
[tasks]
2727
build = { cmd = "pip install -e . --no-build-isolation", cwd = "../.." }
28-
test = { cmd = "pytest", cwd = "../.." }
28+
# 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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
with:
5050
pixi-version: v0.77.1
5151
manifest-path: .github/workflows/pixi.toml
52-
#working-directory: .github/workflows
5352
cache: false
5453

5554
- name: Install meson-python

0 commit comments

Comments
 (0)