fixup to_movement_ops and add back to CI (#3881)

This commit is contained in:
chenyu
2024-03-22 18:14:49 -04:00
committed by GitHub
parent 16e31f7f0d
commit ee502c8055
2 changed files with 7 additions and 6 deletions

View File

@@ -99,6 +99,8 @@ jobs:
run: |
PYTHONPATH="." python test/external/fuzz_shapetracker.py
PYTHONPATH="." python test/external/fuzz_shapetracker_math.py
- name: Test to_movement_ops
run: PYTHONPATH="." python extra/to_movement_ops.py
- name: Use as an external package
run: |
mkdir $HOME/test_external_dir