We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581d9dc commit 718eb9aCopy full SHA for 718eb9a
.github/workflows/httomo_backends_pypi_publish.yml
@@ -28,8 +28,8 @@ jobs:
28
init-shell: bash
29
- name: Install dependencies
30
run: |
31
- micromamba install -c conda-forge tomopy==1.15 pyyaml
32
- pip install setuptools wheel build httomolib
+ micromamba install -c conda-forge tomopy==1.15
+ pip install pyyaml setuptools wheel build httomolib
33
pip install --no-deps httomolibgpu
34
micromamba list
35
- name: Generate yaml templates
0 commit comments