From 8e95a42cb804dcbce1e35189ea7989240fa5f175 Mon Sep 17 00:00:00 2001 From: Pierre Schumacher Date: Wed, 14 Aug 2024 10:03:50 +0200 Subject: [PATCH] adapted workflow for newest myosuite version --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b0d4b23..79df059 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -70,7 +70,7 @@ jobs: python3 -m pip install --upgrade pip pip3 install -e . pip3 install -r requirements.txt - pip3 install myosuite==2.1.3 + pip3 install myosuite==2.5.0 pip3 install pytest - name: Run Test environment