Skip to content

Commit

Permalink
Update test_simulator_build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex124585 authored Sep 12, 2024
1 parent 694a6d3 commit d624e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simulator_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d624e21

Please sign in to comment.