We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79015f commit 0b572dcCopy full SHA for 0b572dc
.github/workflows/build-vtk.yml
@@ -76,7 +76,7 @@ jobs:
76
python -V
77
pip install --upgrade setuptools
78
mkdir -p ./vtk/build
79
- curl -L -O https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
+ curl -L -O https://vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
80
tar -zxf VTK-9.2.6.tar.gz --directory ./vtk/
81
cd ./vtk/build
82
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_WRAP_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ../VTK-9.2.6
0 commit comments