Skip to content

Commit 2c2e817

Browse files
committed
Correctly install pybind and projectq when running examples using netqasm backend
1 parent ed7a9c3 commit 2c2e817

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/netqasm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
cd ..
2020
- name: Install simulaqron
2121
run: make install
22+
- name: Install pybind
23+
run: pip install pybind11
2224
- name: Install projectq
23-
run: pip install -Iv projectq==0.5.1
25+
run: pip install -Iv projectq==0.8.0
2426
- name: Run examples
2527
env:
2628
NETQASM_SIMULATOR: simulaqron

0 commit comments

Comments
 (0)