From 36297e2496077b7f51c60d4ccb66eaac203da1c8 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Mon, 9 Sep 2024 14:35:46 +0200 Subject: [PATCH] Pin bottle version to fix CI runs --- .github/workflows/pytest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index fc7086da9..8df2bee22 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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"))