From 0f97c3b8d5a6bcf534babb806397a52091470507 Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Sat, 2 Nov 2024 08:43:07 +0100 Subject: [PATCH] Run gym 0.29.1 on python 3.10 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80377427f..d34a93c9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,6 @@ jobs: # Add a new config to test gym<1.0 - python-version: "3.10" gymnasium-version: "0.29.1" - - python-version: "3.10" - gymnasium-version: "1.0.0" steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}