Skip to content

Commit baf5341

Browse files
committed
try again, now with manifest-path
1 parent 02134b3 commit baf5341

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1
4949
with:
5050
pixi-version: v0.77.1
51-
# manifest-path: .github/workflows/pixi.toml
52-
working-directory: .github/workflows
51+
manifest-path: .github/workflows/pixi.toml
52+
#working-directory: .github/workflows
5353
cache: false
5454

55-
- name: Create env, install meson-python
55+
- name: Install meson-python
5656
run: pixi run build
5757

5858
- name: Run tests

0 commit comments

Comments
 (0)