1 parent 02134b3 commit baf5341Copy full SHA for baf5341
1 file changed
.github/workflows/tests.yml
@@ -48,11 +48,11 @@ jobs:
48
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
49
with:
50
pixi-version: v0.77.1
51
- # manifest-path: .github/workflows/pixi.toml
52
- working-directory: .github/workflows
+ manifest-path: .github/workflows/pixi.toml
+ #working-directory: .github/workflows
53
cache: false
54
55
- - name: Create env, install meson-python
+ - name: Install meson-python
56
run: pixi run build
57
58
- name: Run tests
0 commit comments