We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330f176 commit f3fc522Copy full SHA for f3fc522
.github/workflows/test.yml
@@ -565,9 +565,9 @@ jobs:
565
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
566
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
567
# TODO: add caching when supported (https://github.com/actions/setup-python/pull/818)
568
- # with:
569
- # python-version: 3.11
570
- # cache: 'uv'
+ with:
+ python-version: 3.11
+ #cache: 'uv'
571
- name: Install dependencies
572
run: |
573
uv sync --extra cpu
0 commit comments