Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jul 11, 2024
1 parent 92d69b3 commit 9bafae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
path: dist
name: wheels-linux-${{ matrix.platform.target }}
windows:
needs: test
Expand All @@ -96,6 +97,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
path: dist
name: wheels-windows-${{ matrix.platform.target }}

macos:
Expand All @@ -122,6 +124,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
path: dist
name: wheels-macos-${{ matrix.platform.target }}

sdist:
Expand All @@ -137,6 +140,7 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
path: dist
name: wheels-sdist
release:
name: Release
Expand Down
3 changes: 1 addition & 2 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"ur5"
]


epsilon = 1e-2
epsilon = 1e-3


# Test the general robots
Expand Down

0 comments on commit 9bafae8

Please sign in to comment.