Skip to content

Commit 554b357

Browse files
committed
Add changelog, try to change tasks
1 parent 6829ada commit 554b357

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/pixi_build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
environments: default
3131

3232
- name: Run pytest checks on HDF5 output
33-
run: pixi run test
33+
run: |
34+
pixi run test-fans
35+
pixi run test_py
3436
3537
- uses: actions/upload-artifact@v4
3638
if: failure()

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## latest
44

5+
- Introduce pixi build workflow and conftest.py for pytest-fixture [#82](https://github.com/DataAnalyticsEngineering/FANS/pull/82)
6+
- Use dashboard environment for regular pytest [#81](https://github.com/DataAnalyticsEngineering/FANS/pull/81)
57
- Fix bug in J2 plasticity routine [#80](https://github.com/DataAnalyticsEngineering/FANS/pull/80)
68

79
## v0.4.2

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ h52xdmf = { args = ["file"], cmd = "cd \"$INIT_CWD\" && python -m fans_dashboard
2828

2929
[tasks]
3030
test = { cmd = "pytest -v -s --from-pixi", cwd = "test/pytest", depends-on = ["test-fans"] }
31+
test_py = { cmd = "pytest -v -s --from-pixi", cwd = "test/pytest"}
3132
test-fans = { cmd = "./run_tests.sh -n {{n}}", args = [
3233
{ arg = "n", default = "2" }, # Number of threads
3334
], cwd = "test" }

0 commit comments

Comments
 (0)