Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Set up pixi
uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.62.2
environments: dashboard

- name: Generate build directory
Expand Down Expand Up @@ -85,7 +86,7 @@ jobs:
# Pytest checks
# ────────────────────────────────────────────────────────────────
- name: Run pytest checks on HDF5 output
run: pixi run -e dashboard pytest
run: pixi run -e dashboard pytest -v -s

- uses: actions/upload-artifact@v6
if: failure()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pixi_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Set up pixi
uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.62.2
environments: default

- name: Run pytest checks on HDF5 output
Expand Down
50 changes: 21 additions & 29 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading