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 f619bde commit 485e35dCopy full SHA for 485e35d
.github/workflows/httomo_backends_pypi_publish.yml
@@ -30,7 +30,7 @@ jobs:
30
$CONDA/bin/pip install setuptools wheel
31
$CONDA/bin/pip install build
32
$CONDA/bin/pip install httomolib==2.1
33
- $CONDA/bin/pip install --no-deps httomolibgpu==2.1
+ $CONDA/bin/pip install --no-deps httomolibgpu==2.1.1
34
$CONDA/bin/conda list
35
- name: Generate yaml templates
36
run: |
0 commit comments