Skip to content

Commit

Permalink
no symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiju Yamada committed Nov 28, 2023
1 parent 7679d81 commit 3d14337
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,7 @@ jobs:
ninja -j4 && sudo ninja install
cd ..
# https://bugs.launchpad.net/ubuntu/+source/python3-stdlib-extensions/+bug/1832215
for ver in 3.8 3.9 3.10 3.11 3.12 3.13; do
if [ -d /usr/local/lib/python${ver} ] && [ ! -d /usr/local/lib/python${ver}/dist-packages/openravepy ]; then
sudo ln -s /usr/local/lib/python3/dist-packages/openravepy /usr/local/lib/python${ver}/dist-packages/openravepy
sudo ln -s /usr/local/lib/python3/dist-packages/sympy /usr/local/lib/python${ver}/dist-packages/sympy
fi
done
# no need to symlink /usr/local/lib/python3/dist-packages/openravepy as we use python from actions/setup-python
- name: Basic Test
# todo: check other tests
run: |
Expand Down

0 comments on commit 3d14337

Please sign in to comment.