Skip to content

Commit 7277226

Browse files
authored
disable fail fast, cache
1 parent e3e7dc7 commit 7277226

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ["3.10", "3.11", "3.12"]
12+
fail-fast: false
1213

1314
steps:
1415
# Check out the repository.
@@ -21,11 +22,11 @@ jobs:
2122
with:
2223
python-version: ${{ matrix.python-version }}
2324

24-
- name: cache
25-
uses: actions/cache@v4
26-
with:
27-
path: .
28-
key: test_env_${{ matrix.python-version }}
25+
# - name: cache
26+
# uses: actions/cache@v4
27+
# with:
28+
# path: .
29+
# key: test_env_${{ matrix.python-version }}
2930

3031
# ToDo: cuda dedicated needed? or enough via torch?
3132
# - uses: Jimver/cuda-toolkit@v0.2.21

0 commit comments

Comments
 (0)