Skip to content

Commit dbe5862

Browse files
committed
force pandapower<3 in legacy grid2op tests
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
1 parent ebeea30 commit dbe5862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
command: |
7777
source venv_test/bin/activate
7878
pip install --upgrade pip setuptools wheel gym "numpy<2" pybind11 scipy
79-
pip install pandapower grid2op==1.0.0
79+
pip install "pandapower<3" grid2op==1.0.0
8080
git submodule init
8181
git submodule update
8282
make

0 commit comments

Comments
 (0)