From d624e21b922dd7f3e1873e4dab68b7b3a60af061 Mon Sep 17 00:00:00 2001 From: Alex B <89206887+alex124585@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:16:28 -0400 Subject: [PATCH] Update test_simulator_build.py --- tests/test_simulator_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_simulator_build.py b/tests/test_simulator_build.py index 2ef64d2e..598a2daa 100644 --- a/tests/test_simulator_build.py +++ b/tests/test_simulator_build.py @@ -9,7 +9,7 @@ from qokit.fur import get_available_simulator_names # Set up QOKIT_PYTHON_ONLY in your local enviroment for Python only -PYTHON_ONLY = os.environ.get("QOKIT_PYTHON_ONLY") == "true" +PYTHON_ONLY = os.environ.get("QOKIT_PYTHON_ONLY") @pytest.mark.skipif(not PYTHON_ONLY, reason="Fast c/c++ simulator should be installed")