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 a155b8c commit a789522Copy full SHA for a789522
.github/workflows/httomo_backends_pypi_publish.yml
@@ -27,9 +27,9 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install setuptools wheel
30
- $CONDA/bin/conda install conda-forge::tomopy
31
- $CONDA/bin/conda install httomo::httomolib
32
- $CONDA/bin/conda install httomo::httomolibgpu
+ $CONDA/bin/conda install conda-forge::tomopy==1.15
+ $CONDA/bin/conda install httomo::httomolib==2.1
+ $CONDA/bin/conda install httomo::httomolibgpu==2.1
33
$CONDA/bin/conda install conda-forge::pyyaml
34
$CONDA/bin/conda list
35
- name: Generate yaml templates
0 commit comments