File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@master
1111 - uses : actions/setup-python@master
1212 with :
13- python-version : 3.8
13+ python-version : " 3.12 "
1414 - run : |
1515 make install
1616 make lint
2222 - uses : actions/checkout@master
2323 - uses : actions/setup-python@master
2424 with :
25- python-version : 3.8
25+ python-version : " 3.12 "
2626 - run : |
2727 make install
28+ make test-deps
2829 make tests
2930
3031 examples :
3435 - uses : actions/checkout@master
3536 - uses : actions/setup-python@master
3637 with :
37- python-version : 3.8
38+ python-version : " 3.12 "
3839 - run : |
3940 make install
4041 make examples
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@master
1111 - uses : actions/setup-python@master
1212 with :
13- python-version : 3.8
13+ python-version : " 3.12 "
1414 - name : Clone and install netqasm
1515 run : |
1616 git clone https://github.com/QuTech-Delft/netqasm.git
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ twisted>=24.0.0
44networkx >= 3.0 ,< 4.0
55click >= 8.0 ,< 9.0
66daemons >= 1.3.0 ,< 2.0.0
7- netqasm >= 1.0.0
7+ netqasm >= 1.0.0 , < 2.0.0
You can’t perform that action at this time.
0 commit comments