Skip to content

Commit

Permalink
commit is test
Browse files Browse the repository at this point in the history
Want to see if it is still necessary for symforce to be manually added
to the python path for the CI to pass
  • Loading branch information
bradley-solliday-skydio committed Sep 22, 2022
1 parent 853fc03 commit 2772785
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,9 @@ jobs:
cmake --build build -j $(nproc)
# - lcmtypes need to be available for tests
# TODO(brad): Check that it is still necessary for $(pwd) to be on the PYTHONPATH
# - symforce needs to be on the PYTHONPATH to run gen test in this manner.
- name: Run tests
run: |
pip install build/lcmtypes/python2.7
export PYTHONPATH=$PYTHONPATH:$(pwd)
ctest --test-dir build -j $(nproc) || true
ctest --test-dir build -j $(nproc) --rerun-failed --output-on-failure
Expand Down

0 comments on commit 2772785

Please sign in to comment.