Skip to content

Commit f3fc522

Browse files
fix: binary incompatibility fix
1 parent 330f176 commit f3fc522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,9 @@ jobs:
565565
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
566566
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
567567
# TODO: add caching when supported (https://github.com/actions/setup-python/pull/818)
568-
# with:
569-
# python-version: 3.11
570-
# cache: 'uv'
568+
with:
569+
python-version: 3.11
570+
#cache: 'uv'
571571
- name: Install dependencies
572572
run: |
573573
uv sync --extra cpu

0 commit comments

Comments
 (0)