Skip to content

Commit

Permalink
Merge pull request #150 from ch-sa/ch-sa/fix-pipeline
Browse files Browse the repository at this point in the history
Remove python3.7 from test pipeline
  • Loading branch information
ch-sa authored Nov 26, 2023
2 parents bacecc1 + bb09b4b commit 655184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # macos-latest has OpenGL import error
python-version: ["3.7", "3.8", "3.9"] # "3.10" wait for Open3D support
python-version: ["3.8", "3.9"] # "3.10" wait for Open3D support

steps:
- name: Get repository
Expand Down

0 comments on commit 655184d

Please sign in to comment.