Skip to content

Commit

Permalink
Import submodules in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChaseButterfield committed Apr 5, 2024
1 parent c31c5b8 commit 8a4972a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Install the package
run: |
python -m pip install .
- name: Import URDF files
uses: snickerbockers/submodules-init@v4
- name: Test with unittest
run: |
python -m unittest discover tests/

0 comments on commit 8a4972a

Please sign in to comment.