We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7512c0 commit e912ee2Copy full SHA for e912ee2
1 file changed
.github/workflows/py.yaml
@@ -46,10 +46,6 @@ jobs:
46
run: python -m pip install -r requirements_dev.txt
47
- name: Install wheel
48
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
53
- name: Install the package
54
run: python -m pip install --no-build-isolation .
55
- name: Code linting
0 commit comments