Skip to content

Commit 18fec19

Browse files
committed
Update trained agent CI too
1 parent e5a1028 commit 18fec19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trained_agents.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11"]
23+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2424
include:
2525
# Default version
2626
- gymnasium-version: "1.0.0"
@@ -45,7 +45,6 @@ jobs:
4545
# See https://github.com/astral-sh/uv/issues/1497
4646
uv pip install --system torch==2.4.1+cpu --index https://download.pytorch.org/whl/cpu
4747
# Install full requirements (for additional envs and test tools)
48-
# Install full requirements (for additional envs and test tools)
4948
uv pip install --system -r requirements.txt
5049
# Use headless version
5150
uv pip install --system opencv-python-headless
@@ -54,6 +53,7 @@ jobs:
5453
- name: Install specific version of gym
5554
run: |
5655
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
56+
uv pip install --system "numpy<2"
5757
# Only run for python 3.10, downgrade gym to 0.29.1
5858

5959
- name: Check trained agents

0 commit comments

Comments
 (0)