Skip to content

Commit

Permalink
updating ci to pip install of the libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Sep 2, 2024
1 parent a789522 commit e8e2f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/httomo_backends_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel
pip install --no-deps httomolib==2.1
pip install --no-deps httomolibgpu==2.1
$CONDA/bin/conda install conda-forge::tomopy==1.15
$CONDA/bin/conda install httomo::httomolib==2.1
$CONDA/bin/conda install httomo::httomolibgpu==2.1
$CONDA/bin/conda install conda-forge::pyyaml
$CONDA/bin/conda list
- name: Generate yaml templates
Expand Down

0 comments on commit e8e2f37

Please sign in to comment.