Skip to content

Commit 9a42e45

Browse files
Fix CI (graphix-qasm-parser branch)
1 parent 8889333 commit 9a42e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def tests_qasm_parser(session: Session) -> None:
8585
# because Windows cannot delete a temporary directory while it
8686
# is the working directory.
8787
with TemporaryDirectory() as tmpdir, session.cd(tmpdir):
88-
session.run("git", "clone", "https://github.com/TeamGraphix/graphix-qasm-parser")
88+
# See https://github.com/TeamGraphix/graphix-qasm-parser/pull/7
89+
session.run("git", "clone", "-b", "graphix_master", "https://github.com/TeamGraphix/graphix-qasm-parser")
8990
with session.cd("graphix-qasm-parser"):
9091
session.install(".")
9192
run_pytest(session, doctest_modules=True)

0 commit comments

Comments
 (0)