Skip to content

Commit 380719e

Browse files
committed
Fix syntax error
Missed the `with:`.
1 parent 64fd8ea commit 380719e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7171
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
72+
with:
7273
cache: pip
7374
- run: python tools/overwrite_dev_versions_with_date.py
7475
- run: python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
@@ -83,6 +84,7 @@ jobs:
8384
steps:
8485
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
8586
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
87+
with:
8688
cache: pip
8789
- run: python -m pip install setuptools pybind11~=2.11.1
8890
- run: python tools/overwrite_dev_versions_with_date.py
@@ -106,6 +108,7 @@ jobs:
106108
steps:
107109
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
108110
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
111+
with:
109112
cache: pip
110113
- run: python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
111114
- run: python setup.py sdist
@@ -187,6 +190,7 @@ jobs:
187190
steps:
188191
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
189192
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
193+
with:
190194
cache: pip
191195
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # v1
192196
with:
@@ -213,6 +217,7 @@ jobs:
213217
steps:
214218
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
215219
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
220+
with:
216221
cache: pip
217222
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # v1
218223
with:

0 commit comments

Comments
 (0)