Skip to content

Commit

Permalink
Temporarily use plotnine != 0.13.0 in tutorial CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Feb 26, 2024
1 parent 25eba07 commit c796cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Expand Up @@ -162,9 +162,11 @@ jobs:
# By default, the below installs ixmp from the main branch. To run against
# other code, e.g. other branches for open PRs), temporarily edit as
# appropriate. DO NOT merge such changes to `main`.
# plotnine: temporary work around for https://github.com/has2k1/plotnine/pull/751
run: |
pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
pip install .[tests]
pip install "plotnine != 0.13.0"
- name: Install R dependencies and tutorial requirements
run: |
Expand Down

0 comments on commit c796cc5

Please sign in to comment.