File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments