Skip to content

Commit

Permalink
Merge pull request #32 from CadQuery/test-vtk-wheel
Browse files Browse the repository at this point in the history
Try to Test VTK Wheels Before Uploading
  • Loading branch information
jdegenstein authored Jul 2, 2024
2 parents 0c7fb8e + 75ed0cd commit 7e44818
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ jobs:
cd ..\..\
dir /s
- name: Test wheel
shell: bash -l {0}
run: |
python -V
pip install vtk/build/dist/*.whl
python -c "import vtk;print('vtk imported successfully')"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7e44818

Please sign in to comment.