Skip to content

Commit

Permalink
Pin bottle version to fix CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Sep 9, 2024
1 parent e12922f commit 36297e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
# see https://github.com/iiasa/ixmp/issues/534
pip install "pint != 0.24.0" "numpy < 2"
# TEMPORARY Work around pretenders/pretenders#153
pip install "bottle < 0.13"
- name: Install R dependencies and tutorial requirements
run: |
install.packages(c("remotes", "Rcpp"))
Expand Down

0 comments on commit 36297e2

Please sign in to comment.