File tree 2 files changed +7
-3
lines changed
dev_tools/requirements/deps
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 32
32
pip install \
33
33
-r dev_tools/requirements/deps/format.txt \
34
34
-r dev_tools/requirements/deps/pylint.txt \
35
- -r dev_tools/requirements/deps/pytest.txt
35
+ -r dev_tools/requirements/deps/pytest.txt \
36
+ -r dev_tools/requirements/deps/notebook.txt
36
37
- name : Run Quil dependencies
37
38
run : docker-compose -f cirq-rigetti/docker-compose.test.yaml up -d
38
39
- name : Pytest check
60
61
pip install --pre cirq &&
61
62
pip install -r dev_tools/requirements/deps/format.txt &&
62
63
pip install -r dev_tools/requirements/deps/pylint.txt &&
63
- pip install -r dev_tools/requirements/deps/pytest.txt
64
+ pip install -r dev_tools/requirements/deps/pytest.txt &&
65
+ pip install -r dev_tools/requirements/deps/notebook.txt
64
66
- name : Pytest Windows
65
67
run : check/pytest -n auto --ignore=cirq-core/cirq/contrib --enable-slow-tests
66
68
shell : bash
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ ipykernel==5.3.4
8
8
9
9
# for executing notebooks in tests
10
10
papermill~=2.3.2
11
- quimb~=1.6.0
11
+
12
+ # for notebooks that do `pip install cirq-core[contrib]`
13
+ -r ../../../cirq-core/cirq/contrib/requirements.txt
12
14
13
15
# assumed to be part of colab
14
16
seaborn~=0.11.1
You can’t perform that action at this time.
0 commit comments