Skip to content

Commit 7e44818

Browse files
authored
Merge pull request #32 from CadQuery/test-vtk-wheel
Try to Test VTK Wheels Before Uploading
2 parents 0c7fb8e + 75ed0cd commit 7e44818

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-vtk.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ jobs:
119119
cd ..\..\
120120
dir /s
121121
122+
- name: Test wheel
123+
shell: bash -l {0}
124+
run: |
125+
python -V
126+
pip install vtk/build/dist/*.whl
127+
python -c "import vtk;print('vtk imported successfully')"
128+
122129
- name: Upload Artifact
123130
uses: actions/upload-artifact@v4
124131
with:

0 commit comments

Comments
 (0)