From 3f81edc989dd133e6065acab2625cf52c2c0dc5c Mon Sep 17 00:00:00 2001 From: DONNOT Benjamin Date: Thu, 25 Jul 2024 16:38:35 +0200 Subject: [PATCH] test backward compat for many grid2op versions --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7be2d9..9041ad8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,7 +75,8 @@ jobs: name: "Set up virtual environment" command: | source venv_test/bin/activate - pip install --upgrade pip setuptools wheel gym "numpy<2" grid2op==1.0.0 pandapower pybind11 + pip install --upgrade pip setuptools wheel gym "numpy<2" pybind11 + pip install pandapower grid2op==1.0.0 git submodule init git submodule update make