Skip to content

Commit

Permalink
fixing a bug in LightSimBackend for grid2op compat version
Browse files Browse the repository at this point in the history
Signed-off-by: DONNOT Benjamin <[email protected]>
  • Loading branch information
BDonnot committed Oct 18, 2024
1 parent 26d4903 commit d22a076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
command: |
source venv_test/bin/activate
pip uninstall gym -y
pip install gymnasium
pip install "gymnasium<1" # issue with OrderedDict otherwise
pip install "grid2op~=1.9.0"
python -m unittest lightsim2grid/tests/test_compat_legacy_grid2op.py
- run:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
command: |
source venv_test/bin/activate
pip uninstall gym -y
pip install gymnasium
pip install "gymnasium<1" # issue with OrderedDict otherwise
pip install grid2op==1.9.0
python -m unittest lightsim2grid/tests/test_compat_legacy_grid2op.py
- run:
Expand Down

0 comments on commit d22a076

Please sign in to comment.