Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ jobs:
# Pkg.PackageSpec(;url="https://github.com/loriab/PandaModels.jl", rev="update_pm")
#])'

- name: Special Config - Dev grid2op
if: matrix.cfg.label != 'script'
run: |
# both "conda" and "installer" lanes use pypi g2o
python -m pip install 'git+https://github.com/Grid2op/grid2op.git@dev_1.11.0' --no-deps

- name: Install PandaModelsBackend
if: matrix.cfg.label != 'script'
run: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ python test_backend_api.py

## Release Procedure

* Edit the backend with any changes to the upstream grid2op PandaPowerBackend file.
* On a local clone on branch `main`, update the [CHANGELOG](changelog.md) with PRs, the new version number, and the release date. Commit it.
* Make an annotated tag for the new version. Push it along with any cleanup commits (e.g., changelog above). If you've forked the repo, "origin" will probably be "upstream". See `git remote -v` for names. You may need to disable direct push in [Settings](https://github.com/MOSSLab-MIT/PandaModelsBackend/settings) (Branches, `main`, Edit)
```
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->


## v0.2.0 / 2025-MM-DD (Unreleased)
## v0.3.0 / 2025-MM-DD (Unreleased)

#### Breaking Changes

Expand Down
Loading
Loading