Skip to content

Commit 07b9827

Browse files
committed
use dev branch for backend
1 parent af160ca commit 07b9827

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,11 @@ jobs:
263263
name: Install Grid2op
264264
command: |
265265
source venv_test/bin/activate
266-
python -m pip install -e .[powermodels]
266+
# below (1 line) is fine when released pandamodelsbackend works w/grid2op
267+
# python -m pip install -e .[powermodels]
268+
# but when need special PdMdB repo, in this case to work with grid2op 1.11dev, use below (2 lines)
269+
python -m pip install -e .
270+
python -m pip install 'git+https://github.com/MOSSLab-MIT/PandaModelsBackend.git@dev_1.11.0' --no-deps
267271
pip freeze
268272
- run:
269273
name: Install Julia and power software

0 commit comments

Comments
 (0)