We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b9827 commit 84083c2Copy full SHA for 84083c2
.circleci/config.yml
@@ -267,7 +267,7 @@ jobs:
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
+ python -m pip install 'git+https://github.com/MOSSLab-MIT/PandaModelsBackend.git@g2o_v1p11'
271
pip freeze
272
- run:
273
name: Install Julia and power software
0 commit comments