Skip to content

Commit 17f1085

Browse files
author
Peter
committed
working on GHA
1 parent 07f28a9 commit 17f1085

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v3
49+
- name: Install dependencies
50+
run: |
51+
python -m pip install --upgrade pip
52+
python -m pip install .[test]
53+
python -m pip install pytest
4954
- name: Clone mujoco_menagerie repository
5055
run: |
5156
git clone https://github.com/google-deepmind/mujoco_menagerie

0 commit comments

Comments
 (0)