Skip to content

Commit 8bae9c7

Browse files
committed
Do not check manifest
1 parent f7fbbb0 commit 8bae9c7

24 files changed

+11
-6316
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@ jobs:
8787
- name: Install dependencies (including fractal-tasks extra)
8888
run: poetry install --with dev --without docs --no-interaction
8989

90-
- name: Check if manifest has changed
91-
run: |
92-
poetry run python fractal_tasks_core/dev/create_manifest.py
93-
echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1"
94-
git diff ./fractal_tasks_core/__FRACTAL_MANIFEST__.json
95-
if [ -n "$(git diff --exit-code ./fractal_tasks_core/__FRACTAL_MANIFEST__.json)" ]; then
96-
echo "__FRACTAL_MANIFEST__.json has changed. Please run 'poetry run python fractal_tasks_core/dev/create_manifest.py' and commit the changes."
97-
exit 1
98-
else
99-
echo "__FRACTAL_MANIFEST__.json has not changed."
100-
fi
90+
# - name: Check if manifest has changed
91+
# run: |
92+
# poetry run python fractal_tasks_core/dev/create_manifest.py
93+
# echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1"
94+
# git diff ./fractal_tasks_core/__FRACTAL_MANIFEST__.json
95+
# if [ -n "$(git diff --exit-code ./fractal_tasks_core/__FRACTAL_MANIFEST__.json)" ]; then
96+
# echo "__FRACTAL_MANIFEST__.json has changed. Please run 'poetry run python fractal_tasks_core/dev/create_manifest.py' and commit the changes."
97+
# exit 1
98+
# else
99+
# echo "__FRACTAL_MANIFEST__.json has not changed."
100+
# fi
101101

102102
- name: Cache Pooch folder
103103
id: cache-pooch-folder

tests/tasks/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/tasks/_validation.py

Lines changed: 0 additions & 174 deletions
This file was deleted.

tests/tasks/conftest.py

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)