Skip to content

Commit

Permalink
test backward compat for many grid2op versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 25, 2024
1 parent 180ccc5 commit 3f81edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f81edc

Please sign in to comment.