Skip to content

Commit 2772785

Browse files
commit is test
Want to see if it is still necessary for symforce to be manually added to the python path for the CI to pass
1 parent 853fc03 commit 2772785

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,9 @@ jobs:
8787
cmake --build build -j $(nproc)
8888
8989
# - lcmtypes need to be available for tests
90-
# TODO(brad): Check that it is still necessary for $(pwd) to be on the PYTHONPATH
91-
# - symforce needs to be on the PYTHONPATH to run gen test in this manner.
9290
- name: Run tests
9391
run: |
9492
pip install build/lcmtypes/python2.7
95-
export PYTHONPATH=$PYTHONPATH:$(pwd)
9693
ctest --test-dir build -j $(nproc) || true
9794
ctest --test-dir build -j $(nproc) --rerun-failed --output-on-failure
9895

0 commit comments

Comments
 (0)