We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971cd28 commit 9aa8434Copy full SHA for 9aa8434
.github/workflows/build_and_test.yml
@@ -31,18 +31,9 @@ jobs:
31
with:
32
pixi-version: v0.44.0
33
34
- - name: re-create manifest
35
- run: pixi run -e dev python src/ilastik_tasks/dev/create_manifest.py
36
-
37
- 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
+ run: pixi run fractal-manifest check --package ilastik-tasks
+
46
- name: Run tests
47
run: pixi run -e dev pytest
48
0 commit comments