We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853fc03 commit 2772785Copy full SHA for 2772785
.github/workflows/ci.yml
@@ -87,12 +87,9 @@ jobs:
87
cmake --build build -j $(nproc)
88
89
# - 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.
92
- name: Run tests
93
run: |
94
pip install build/lcmtypes/python2.7
95
- export PYTHONPATH=$PYTHONPATH:$(pwd)
96
ctest --test-dir build -j $(nproc) || true
97
ctest --test-dir build -j $(nproc) --rerun-failed --output-on-failure
98
0 commit comments