File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 25
25
STOOLS_VER : " 67.3.2"
26
26
JEDI_VER : " 0.17.2" # https://github.com/ipython/ipython/issues/12740
27
27
IDNA_VER : " 2.8" # https://github.com/psf/requests/issues/5710
28
- CUDA_VERSION : " 12.1 .0"
28
+ CUDA_VERSION : " 12.4 .0"
29
29
SRC_DIR : " D:\\ a\\ open3d\\ open3d"
30
30
BUILD_DIR : " C:\\ Open3D\\ build"
31
31
NPROC : 2
35
35
windows :
36
36
permissions :
37
37
contents : write # upload
38
- runs-on : windows-2019
38
+ runs-on : windows-2022
39
39
strategy :
40
40
fail-fast : false
41
41
matrix :
@@ -96,10 +96,20 @@ jobs:
96
96
- name : Checkout source code
97
97
uses : actions/checkout@v4
98
98
99
+ - name : Checkout Open3D-ML
100
+ uses : actions/checkout@v4
101
+ with :
102
+ repository : isl-org/Open3D-ML
103
+ path : open3d_ml
104
+
99
105
- name : Set up Python version
100
106
uses : actions/setup-python@v5
101
107
with :
102
108
python-version : 3.8
109
+
110
+ - name : Install PyTorch requirements
111
+ run : |
112
+ python -m pip install -r open3d_ml/requirements-torch-cuda.txt
103
113
104
114
- name : Config
105
115
# Move build directory to C: https://github.com/actions/virtual-environments/issues/1341
@@ -111,7 +121,7 @@ jobs:
111
121
${env:DEVELOPER_BUILD}="ON"
112
122
}
113
123
cmake --version
114
- cmake -G "Visual Studio 16 2019 " -A x64 `
124
+ cmake -G "Visual Studio 17 2022 " -A x64 `
115
125
-DDEVELOPER_BUILD="${env:DEVELOPER_BUILD}" `
116
126
-DCMAKE_SYSTEM_VERSION="10.0.19041.0" `
117
127
-DBUILD_EXAMPLES=OFF `
You can’t perform that action at this time.
0 commit comments