Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiju Yamada committed Nov 28, 2023
1 parent 3d14337 commit 61f7371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ jobs:
cmake .. -GNinja -DUSE_PYBIND11_PYTHON_BINDINGS=ON -DOPT_PYTHON=OFF
ninja -j4 && sudo ninja install
cd ..
# no need to symlink /usr/local/lib/python3/dist-packages/openravepy as we use python from actions/setup-python
- name: Basic Test
# setup-python does not look at /usr/local/lib
# todo: check other tests
run: |
OPENRAVE_DATA=$PWD/src python3 -m nose test/test_controller.py
PYTHONPATH=/usr/local/lib/python3.9/site-packages OPENRAVE_DATA=$PWD/src python3 -m nose test/test_controller.py

0 comments on commit 61f7371

Please sign in to comment.