File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,16 @@ jobs:
3737 channels : conda-forge
3838 activate-environment : httomobackends
3939 python-version : " 3.12"
40+ miniforge-version : latest
4041 - name : Install dependencies
4142 run : |
42- conda install -c conda-forge tomopy==1.15
43+ conda install conda-forge:: tomopy==1.15
4344 python -m pip install pyyaml setuptools wheel build httomolib
4445 python -m pip install --no-deps httomolibgpu
4546 conda list
4647 - name : Generate yaml templates
4748 run : |
49+ conda activate httomolibgpu
4850 python ./httomo_backends/scripts/yaml_templates_generator.py -i ./httomo_backends/methods_database/packages/backends/tomopy/tomopy_modules.yaml -o ./httomo_backends/yaml_templates/tomopy
4951 python ./httomo_backends/scripts/yaml_unsupported_tomopy_remove.py -t ./httomo_backends/yaml_templates/tomopy -l ./httomo_backends/methods_database/packages/backends/tomopy/tomopy.yaml
5052 python ./httomo_backends/scripts/yaml_templates_generator.py -i ./httomo_backends/methods_database/packages/backends/httomolib/httomolib_modules.yaml -o ./httomo_backends/yaml_templates/httomolib
You can’t perform that action at this time.
0 commit comments