Skip to content

Commit d21da77

Browse files
committed
ci corr1
1 parent e8e2f37 commit d21da77

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/httomo_backends_pypi_publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
with:
2525
python-version: "3.10"
2626
- name: Install dependencies
27-
run: |
28-
python -m pip install --upgrade pip
29-
pip install setuptools wheel
30-
pip install --no-deps httomolib==2.1
31-
pip install --no-deps httomolibgpu==2.1
27+
run: |
3228
$CONDA/bin/conda install conda-forge::tomopy==1.15
3329
$CONDA/bin/conda install conda-forge::pyyaml
30+
$CONDA/bin/pip install setuptools wheel
31+
$CONDA/bin/pip install build
32+
$CONDA/bin/pip install --no-deps httomolib==2.1
33+
$CONDA/bin/pip install --no-deps httomolibgpu==2.1
3434
$CONDA/bin/conda list
3535
- name: Generate yaml templates
3636
run: |
@@ -40,7 +40,6 @@ jobs:
4040
$CONDA/bin/python ./httomo_backends/scripts/yaml_templates_generator.py -i ./httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml -o ./httomo_backends/yaml_templates/httomolibgpu
4141
- name: Build package
4242
run: |
43-
python -m pip install build
4443
python -m build
4544
- name: Publish package distributions to PyPI
4645
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)