We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a94f8d commit 122f703Copy full SHA for 122f703
pyproject.toml
@@ -53,7 +53,7 @@ dependencies = [
53
[tool.hatch.envs.default.scripts]
54
test = """
55
python -m ipykernel install --user --name "conda_braket" --display-name "conda_braket"
56
-pytest -n logical -ra -v --durations=0 test/integ_tests/"
+pytest -n logical -ra -v --durations=0 test/integ_tests/
57
"""
58
59
0 commit comments