Skip to content

Commit

Permalink
remove LAS support from documentation and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Dec 3, 2024
1 parent 61105dc commit dadee3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev,doc,LAS]
pip install -e .[dev,doc]
pandoc --version
- name: Build documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install open3d==${{ matrix.open3d-version }}
pip install -e .[dev,LAS]
pip install -e .[dev]
- name: Run tests
run: make test
Expand Down

0 comments on commit dadee3a

Please sign in to comment.