Skip to content

Commit 8ccc6fe

Browse files
test numpy v
1 parent 03ae14f commit 8ccc6fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/weekly.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
matrix:
1515
include:
1616
- python_version: "3.9"
17-
override_requirements: "numpy==1.24.0,torch==2.4.0,torchvision==0.19"
17+
override_requirements: "numpy==1.24.0"
18+
- python_version: "3.9"
19+
override_requirements: "numpy==1.23.0"
20+
- python_version: "3.9"
21+
override_requirements: "numpy==1.23.4"
1822
- python_version: "3.11"
1923
- python_version: "3.12"
2024
uses: ./.github/workflows/call_precommit.yml

0 commit comments

Comments
 (0)