Skip to content

Commit

Permalink
Temp solution, ignore the linux versions that don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 20, 2024
1 parent 29244eb commit 466e108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: armv7
# - runner: ubuntu-latest
# target: aarch64
# - runner: ubuntu-latest
# target: armv7
- runner: ubuntu-latest
target: s390x
- runner: ubuntu-latest
Expand All @@ -64,9 +64,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
# Need a c++ compiler for one of the dependencies
- name: Install build dependencies
run: sudo apt-get install -y libnlopt-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
1 change: 0 additions & 1 deletion ik_python/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

epsilon = 1e-2


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

0 comments on commit 466e108

Please sign in to comment.