Skip to content

Commit 07f28a9

Browse files
author
Peter
committed
working on GHA
1 parent 0f00457 commit 07f28a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,12 @@ jobs:
4545
runs-on: ubuntu-latest
4646

4747
steps:
48+
- uses: actions/checkout@v3
4849
- name: Clone mujoco_menagerie repository
4950
run: |
5051
git clone https://github.com/google-deepmind/mujoco_menagerie
5152
working-directory: ${{ runner.workspace }}
5253

53-
- name: Debug
54-
run: |
55-
ls
56-
working-directory: ${{ runner.workspace }}
57-
5854
- name: Debug
5955
run: |
6056
tree

0 commit comments

Comments
 (0)