From f0744004c31eed72e8427849d0abcb2fed899110 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Wed, 20 Nov 2024 08:57:16 +0100 Subject: [PATCH] Remove outdated pretenders workaround --- .github/workflows/pytest.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d835f6d4f..d2dd03870 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -111,9 +111,6 @@ 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"))