Skip to content

Commit d5f367f

Browse files
committed
ci: exercise get_path_image_samples
1 parent 20a36ed commit d5f367f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
ls
120120
pip install fluidimage-*.tar.gz -v --no-deps -C setup-args=-Dtransonic-backend=python
121121
122+
122123
pypi-publish:
123124
name: Upload release to PyPI
124125
if: |

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ build:package:
142142
- python -m build -s
143143
- ls dist
144144
- twine check --strict dist/*
145+
- uv venv venv-fluidimage
146+
- source .venv-fluidimage/bin/activate
147+
- uv pip install fluidimage-*.tar.gz -v --no-deps -C setup-args=-Dtransonic-backend=python
148+
- unset CI_PROJECT_DIR
149+
- python -c "import fluidimage as fli; path = fli.get_path_image_samples(); print(path); assert 'repository' in str(path)"
150+
151+
145152
needs: []
146153
artifacts:
147154
when: always

0 commit comments

Comments
 (0)