File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-18.04
12+ runs-on : ${{ matrix.os }}
1313 strategy :
1414 matrix :
15- python-version : [3.7, 3.8]
15+ os : [ubuntu-16.04, ubuntu-18.04]
16+ python-version : [3.7, 3.8, 3.9]
1617 steps :
1718 - name : Checkout source code
1819 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1212 runs-on : windows-2019
1313 strategy :
1414 matrix :
15- python-version : [3.7, 3.8]
15+ python-version : [3.7, 3.8, 3.9 ]
1616 steps :
1717 - name : Checkout source code
1818 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ scipy = "^1.6.0"
1313transforms3d = " ^0.3.1"
1414scikit-learn = " 0.23.1"
1515matplotlib = " ^3.3.3"
16- open3d = " ^0.11.0 "
16+ open3d = " ^0.14.1 "
1717dq3d = {version = " ^0.3.6" , optional = true }
1818cupy = {version = " ^9.5.0" , optional = true }
1919
You can’t perform that action at this time.
0 commit comments