Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes
Browse files Browse the repository at this point in the history
dkazanc committed Jan 30, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 2ad2604 commit fac0dad
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/httomo_docs.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ jobs:

- name: Install httomo-backends
run: |
pip install . --no-deps
pip install --no-deps httomo-backends
- name: Generate full yaml pipelines using pipeline directives
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_framework_iris.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
pip install --upgrade --force-reinstall pillow
pip install httomolibgpu tomobar
pip install --no-deps httomo-backends
pip install .
pip install .
micromamba list
- name: Generate full yaml pipelines using pipeline directives
2 changes: 1 addition & 1 deletion docs/source/scripts/execute_pipelines_build.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
path_to_httomobackends = os.path.dirname(httomo_backends.__file__)
path_to_httomo = os.path.dirname(httomo.__file__)

path_to_httomo_pipelines = path_to_httomo + "/../" + "docs/source/pipelines_full/"
path_to_httomo_pipelines = path_to_httomo + "docs/source/pipelines_full/"
pipelines_folder = path_to_httomobackends + "/pipelines_full/"

# loop over all pipeline directive files and running the generator

0 comments on commit fac0dad

Please sign in to comment.