Skip to content

Commit 238e752

Browse files
author
Peter
committed
working on GHA
1 parent 627e201 commit 238e752

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,9 @@ jobs:
5252

5353
- name: Copy test_shadow_hand.py to mujoco_menagerie/shadow_hand
5454
run: |
55-
cp tests/menagerie_test_shadow_hand.py mujoco_menagerie/shadow_hand/test_shadow_hand.py
55+
cp pytorch_kinematics/tests/menagerie_test_shadow_hand.py mujoco_menagerie/shadow_hand/test_shadow_hand.py
5656
working-directory: ${{ runner.workspace }}
5757

58-
- name: Navigate to shadow_hand folder
59-
run: |
60-
cd mujoco_menagerie/shadow_hand
61-
working-directory: ${{ runner.workspace }}/mujoco_menagerie
62-
6358
- name: Run test_shadow_hand.py
6459
run: |
6560
pytest test_shadow_hand.py

0 commit comments

Comments
 (0)