Skip to content

Commit 0f00457

Browse files
author
Peter
committed
working on GHA
1 parent 238e752 commit 0f00457

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ jobs:
5050
git clone https://github.com/google-deepmind/mujoco_menagerie
5151
working-directory: ${{ runner.workspace }}
5252

53+
- name: Debug
54+
run: |
55+
ls
56+
working-directory: ${{ runner.workspace }}
57+
58+
- name: Debug
59+
run: |
60+
tree
61+
working-directory: ${{ runner.workspace }}
62+
5363
- name: Copy test_shadow_hand.py to mujoco_menagerie/shadow_hand
5464
run: |
5565
cp pytorch_kinematics/tests/menagerie_test_shadow_hand.py mujoco_menagerie/shadow_hand/test_shadow_hand.py

0 commit comments

Comments
 (0)