Skip to content

Commit

Permalink
fix missing traling slashes for packages to point to locations
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpss committed Jan 8, 2024
1 parent ba35025 commit 9ecff0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install mypy
pip install airo-typing airo-spatial-algebra-airo-camera-toolkit airo-robots airo-teleop airo-dataset-tools
pip install airo-typing/ airo-spatial-algebra/ airo-camera-toolkit/ airo-robots/ airo-teleop/ airo-dataset-tools/
- name: Run type checker
run: mypy ${{matrix.package}}/
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install airo-typing airo-spatial-algebra-airo-camera-toolkit airo-robots airo-teleop airo-dataset-tools
pip install airo-typing/ airo-spatial-algebra/ airo-camera-toolkit/ airo-robots/ airo-teleop/ airo-dataset-tools/
- name: Run Tests
run: pytest ${{matrix.package}}/
- name: Run Notebooks
Expand Down

0 comments on commit 9ecff0a

Please sign in to comment.