Skip to content

Commit 718eb9a

Browse files
authored
Update httomo_backends_pypi_publish.yml
adding pyyaml to pip install instead conda-forge
1 parent 581d9dc commit 718eb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/httomo_backends_pypi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
init-shell: bash
2929
- name: Install dependencies
3030
run: |
31-
micromamba install -c conda-forge tomopy==1.15 pyyaml
32-
pip install setuptools wheel build httomolib
31+
micromamba install -c conda-forge tomopy==1.15
32+
pip install pyyaml setuptools wheel build httomolib
3333
pip install --no-deps httomolibgpu
3434
micromamba list
3535
- name: Generate yaml templates

0 commit comments

Comments
 (0)