From 080602c72848e7263b7d161fe917e2bcaff363c9 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 27 Feb 2025 12:37:04 -0600 Subject: [PATCH] Restrict swig version to keep OpenMOC build from breaking. --- .github/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/environment.yml b/.github/environment.yml index 981495c..c8fcf32 100644 --- a/.github/environment.yml +++ b/.github/environment.yml @@ -11,4 +11,4 @@ dependencies: - pytest - vtk - pyevtk - - swig \ No newline at end of file + - swig==4.2.1 \ No newline at end of file