Skip to content

Commit b9634ac

Browse files
committed
Use older astral-sh/setup-uv for CentOS 7
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent d0eafc2 commit b9634ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ jobs:
192192
echo "RELEASE_NAME=${RELEASE_PREFIX}-${BUILDTYPE_LC}-${REF_SUFFIX}${OPENGL_BUILD}" >> $GITHUB_ENV
193193
194194
# Q: should we use uv everywhere?
195+
# NOTE: need @v3 for CentOS 7
195196
- name: Install uv for python
196-
uses: astral-sh/setup-uv@v4
197+
uses: astral-sh/setup-uv@v3
197198

198199
- name: Set up python 3.11
199200
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)