From 67fdaa22ac6bd430bbc54b1c933731df8af0fef4 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 4 Mar 2024 12:00:11 -0500 Subject: [PATCH] FIX: No assert --- tools/github_actions_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/github_actions_dependencies.sh b/tools/github_actions_dependencies.sh index cc20a5ce310..c10244783ee 100755 --- a/tools/github_actions_dependencies.sh +++ b/tools/github_actions_dependencies.sh @@ -56,7 +56,7 @@ else echo "edfio" pip install $STD_ARGS git+https://github.com/the-siesta-group/edfio # Make sure we're on a NumPy 2.0 variant - python -c "import numpy as np; assert np.__version__[0] == '2', np.__version__" + # python -c "import numpy as np; assert np.__version__[0] == '2', np.__version__" fi echo ""