We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7825d39 commit 5fa047bCopy full SHA for 5fa047b
.github/workflows/pythonpackage.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Install dependencies
64
run: |
65
- python -m pip install --upgrade pip
+ pip install --upgrade pip
66
python dev_tools/write-ci-requirements.py --relative-cirq-version=${{ matrix.cirq-version }} --all-extras
67
pip install -r ci-requirements.txt
68
pip install --no-deps -e .
@@ -103,5 +103,6 @@ jobs:
103
104
- name: Doc check
105
106
107
pip install -r dev_tools/requirements/deps/tensorflow-docs.txt
108
dev_tools/nbformat
0 commit comments