From 782f74c2a9d215a3384d86424487bf5636e3c53a Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 17 Jun 2024 10:27:01 +0200 Subject: [PATCH] Work around hgrecco/pint#2007; #534 --- .github/workflows/pytest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 542a2650a..e27d6715d 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -96,6 +96,10 @@ jobs: # commented: use with "pandas-version" in the matrix, above # pip install --upgrade pandas${{ matrix.pandas-version }} + # TEMPORARY Work around hgrecco/pint#2007; + # see https://github.com/iiasa/ixmp/issues/534 + pip install "pint != 0.24.0" "numpy < 2" + - name: Install R dependencies and tutorial requirements run: | install.packages(c("remotes", "Rcpp"))