Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 7, 2024
1 parent 5479d57 commit e74620c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
target: x86_64
command: build
working-directory: ik_python
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Test wheels
run: |
ls -l
ls -l ik_python
ls -l ik_python/dist
ls -l dist
python -m pip install --upgrade pip
python -m pip install ik_python
python -m pip install -e dist/ik_python
python -m pip install numpy
python ik_python/test/test.py | egrep "FAILED|ERROR" && exit 1 || exit 0
continue-on-error: false
Expand Down
2 changes: 1 addition & 1 deletion ik_python/ik_python.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class KinematicsObject:
...

class Robot:
"""
"""
Representation of the robot for inverse kinematics
:param robotType: The type of robot to create, either a specific hardcoded bot or a general type of bot
Expand Down

0 comments on commit e74620c

Please sign in to comment.