File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
with :
25
25
python-version : " 3.10"
26
26
- 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 : |
32
28
$CONDA/bin/conda install conda-forge::tomopy==1.15
33
29
$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
34
34
$CONDA/bin/conda list
35
35
- name : Generate yaml templates
36
36
run : |
40
40
$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
41
41
- name : Build package
42
42
run : |
43
- python -m pip install build
44
43
python -m build
45
44
- name : Publish package distributions to PyPI
46
45
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments