diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d2dd03870..a08c6ef0c 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -107,10 +107,6 @@ 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"))