Skip to content

Commit 90a596a

Browse files
committed
Pinned VTK version and added other OSes to the VTK build workflow
1 parent be4c950 commit 90a596a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-vtk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ 'ubuntu-20.04' ]
16+
os: [ 'ubuntu-20.04', 'macos-11', 'windows-2019' ]
1717
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1818

1919
steps:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def try_unmangle(n):
394394
"Topic :: Software Development :: Libraries :: Python Modules",
395395
"Topic :: Scientific/Engineering"
396396
],
397-
install_requires=["vtk"],
397+
install_requires=["vtk==9.2.6"],
398398
# Dummy extension to trigger build_ext
399399
ext_modules=[Extension("__dummy__", sources=[])],
400400
cmdclass={"bdist_wheel": bdist_wheel_repaired, "build_ext": copy_installed},

0 commit comments

Comments
 (0)