Skip to content

Commit b1ccd0e

Browse files
committed
attempt to fix pypi ci2
1 parent a0fa511 commit b1ccd0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/httomo_backends_pypi_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)