Publish environments (#120)

This commit is contained in:
Simon Alibert
2024-05-03 16:25:45 +02:00
committed by GitHub
parent b2cda12f87
commit b7b69fcc3d
6 changed files with 43 additions and 177 deletions

View File

@@ -28,11 +28,6 @@ jobs:
DATA_DIR: tests/data
MUJOCO_GL: egl
steps:
- name: Add SSH key for installing envs
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/checkout@v4
- name: Install EGL
@@ -69,11 +64,6 @@ jobs:
DATA_DIR: tests/data
MUJOCO_GL: egl
steps:
- name: Add SSH key for installing envs
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/checkout@v4
- name: Install EGL