Skip to content

Commit 7f669b9

Browse files
committed
[headless] changing import tests for macos
1 parent c71802f commit 7f669b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/headless.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ jobs:
120120
121121
- name: Test Python imports
122122
run: |
123-
python3 -m vtk
124-
python3 -m paraview.simple
125-
pvpython -m vtk
126-
pvpython -m paraview.simple
123+
echo "import vtk" | python3
124+
echo "from paraview.simple import *" | python3
125+
echo "import vtk" | pvpython
126+
echo "from paraview.simple import *" | pvpython
127127
env:
128128
DYLD_LIBRARY_PATH: /usr/local/lib
129129

0 commit comments

Comments
 (0)