Skip to content

Commit

Permalink
Maybe install nlopt dependencies directly?
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 20, 2024
1 parent fd8f22a commit 29244eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python-version: '3.10'
# Need a c++ compiler for one of the dependencies
- name: Install build dependencies
run: sudo apt-get install -y g++
run: sudo apt-get install -y libnlopt-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions ik_python/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

epsilon = 1e-2


# Test the general robots
class TestGeneralRobots(unittest.TestCase):
def check_general_robot(self, bot):
Expand Down

0 comments on commit 29244eb

Please sign in to comment.