Skip to content

Commit

Permalink
Don't install deps of httomo-backends in IRIS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed Jan 10, 2025
1 parent d4959b8 commit adde0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests_iris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
run: |
micromamba activate httomo
pip install --upgrade --force-reinstall pillow
pip install httomolibgpu tomobar httomo-backends
pip install httomolibgpu tomobar
pip install --no-deps httomo-backends
pip install .
micromamba list
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies = [
"click",
"numpy",
"httomolib",
"httomo-backends",
"loguru",
"typing-extensions",
"tqdm",
Expand Down

0 comments on commit adde0f7

Please sign in to comment.