From 277278578f87f70641f2fff9386ea78ae1a4ea68 Mon Sep 17 00:00:00 2001 From: bradley-solliday-skydio Date: Thu, 22 Sep 2022 01:39:11 +0000 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d939093e..d26f77fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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