Skip to content

Commit 485e35d

Browse files
committed
corrected httomolibgpu version
1 parent f619bde commit 485e35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/httomo_backends_pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
$CONDA/bin/pip install setuptools wheel
3131
$CONDA/bin/pip install build
3232
$CONDA/bin/pip install httomolib==2.1
33-
$CONDA/bin/pip install --no-deps httomolibgpu==2.1
33+
$CONDA/bin/pip install --no-deps httomolibgpu==2.1.1
3434
$CONDA/bin/conda list
3535
- name: Generate yaml templates
3636
run: |

0 commit comments

Comments
 (0)