We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ae14f commit 8ccc6feCopy full SHA for 8ccc6fe
.github/workflows/weekly.yml
@@ -14,7 +14,11 @@ jobs:
14
matrix:
15
include:
16
- python_version: "3.9"
17
- override_requirements: "numpy==1.24.0,torch==2.4.0,torchvision==0.19"
+ override_requirements: "numpy==1.24.0"
18
+ - python_version: "3.9"
19
+ override_requirements: "numpy==1.23.0"
20
21
+ override_requirements: "numpy==1.23.4"
22
- python_version: "3.11"
23
- python_version: "3.12"
24
uses: ./.github/workflows/call_precommit.yml
0 commit comments