Skip to content

Commit 9aa8434

Browse files
committed
Update GHA
1 parent 971cd28 commit 9aa8434

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,9 @@ jobs:
3131
with:
3232
pixi-version: v0.44.0
3333

34-
- name: re-create manifest
35-
run: pixi run -e dev python src/ilastik_tasks/dev/create_manifest.py
36-
3734
- name: Check if manifest has changed
38-
run: |
39-
if [ -n "$(git diff --exit-code ./src/ilastik_tasks/__FRACTAL_MANIFEST__.json)" ]; then
40-
echo "__FRACTAL_MANIFEST__.json has changed. Please run 'python src/ilastik_tasks/dev/create_manifest.py' and commit the changes."
41-
exit 1
42-
else
43-
echo "__FRACTAL_MANIFEST__.json has not changed."
44-
fi
45-
35+
run: pixi run fractal-manifest check --package ilastik-tasks
36+
4637
- name: Run tests
4738
run: pixi run -e dev pytest
4839

0 commit comments

Comments
 (0)