Skip to content

Commit ad7ff56

Browse files
committed
typo
1 parent 472607d commit ad7ff56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
uv pip list
134134
135135
- name: Patch NumPy for old Torch versions
136-
if: ${{ startsWith(matrix.pytorch-version, '2.1') || startsWith(matrix.pytorch-version, '2.2') || startsWith(matrix.pytorch-version, '2.3') }}
136+
if: ${{ startsWith(matrix.config.pytorch-version, '2.1') || startsWith(matrix.config.pytorch-version, '2.2') || startsWith(matrix.config.pytorch-version, '2.3') }}
137137
# Patch numpy to avoid "RuntimeError: Numpy is not available"
138138
run: uv pip install -U "numpy<1.24"
139139

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uv pip list
139139
140140
- name: Patch NumPy for old Torch versions
141-
if: ${{ startsWith(matrix.pytorch-version, '2.1') || startsWith(matrix.pytorch-version, '2.2') || startsWith(matrix.pytorch-version, '2.3') }}
141+
if: ${{ startsWith(matrix.config.pytorch-version, '2.1') || startsWith(matrix.config.pytorch-version, '2.2') || startsWith(matrix.config.pytorch-version, '2.3') }}
142142
# Patch numpy to avoid "RuntimeError: Numpy is not available"
143143
run: uv pip install -U "numpy<1.24"
144144

0 commit comments

Comments
 (0)