Skip to content

Commit e912ee2

Browse files
committed
Remove model download from pipeline
1 parent e7512c0 commit e912ee2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/py.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
run: python -m pip install -r requirements_dev.txt
4747
- name: Install wheel
4848
run: python -m pip install wheel
49-
- name: Download the models using cmake
50-
env:
51-
MODEL_TOKEN: ${{ secrets.MODEL_TOKEN }}
52-
run: cmake -G Ninja -B build -DINCLUDE_UTN_MODELS=ON -DGITLAB_MODELS_TOKEN="$MODEL_TOKEN" -DMUJOCO_VERSION=3.1.5
5349
- name: Install the package
5450
run: python -m pip install --no-build-isolation .
5551
- name: Code linting

0 commit comments

Comments
 (0)