Skip to content

Commit 4bfb2d5

Browse files
author
shijiashuai
committed
fix: resolve CI workflow failures
1 parent 9d0ba13 commit 4bfb2d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.11"
27-
cache: pip
27+
cache: pip
2828

2929
- name: Install ruff
3030
run: pip install ruff
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/setup-python@v5
6666
with:
6767
python-version: "3.11"
68-
cache: pip
68+
cache: pip
6969

7070
- name: Install test dependencies
7171
run: pip install pytest hypothesis torch --index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)