Skip to content

Commit 5fa047b

Browse files
committed
Update pip itself in nbformat job
It was done in the pytest job but not in the nbformat job.
1 parent 7825d39 commit 5fa047b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Install dependencies
6464
run: |
65-
python -m pip install --upgrade pip
65+
pip install --upgrade pip
6666
python dev_tools/write-ci-requirements.py --relative-cirq-version=${{ matrix.cirq-version }} --all-extras
6767
pip install -r ci-requirements.txt
6868
pip install --no-deps -e .
@@ -103,5 +103,6 @@ jobs:
103103
104104
- name: Doc check
105105
run: |
106+
pip install --upgrade pip
106107
pip install -r dev_tools/requirements/deps/tensorflow-docs.txt
107108
dev_tools/nbformat

0 commit comments

Comments
 (0)