Skip to content

Commit

Permalink
add ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Feb 3, 2022
1 parent 175d55a commit 8f1dd23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scipy = "^1.6.0"
transforms3d = "^0.3.1"
scikit-learn = "0.23.1"
matplotlib = "^3.3.3"
open3d = "^0.11.0"
open3d = "^0.14.1"
dq3d = {version = "^0.3.6", optional = true}
cupy = {version = "^9.5.0", optional = true}

Expand Down

0 comments on commit 8f1dd23

Please sign in to comment.