From 3beb956783fb35ad6a1629504d4b9d26467693ad Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 8 Jan 2024 12:48:34 +0100 Subject: [PATCH] Partly revert #464 (CI workaround for #463) --- .github/workflows/pytest.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 4822261cc..304b989f2 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -104,10 +104,6 @@ jobs: # commented: use with "pandas-version" in the matrix, above # pip install --upgrade pandas${{ matrix.pandas-version }} - - name: TEMPORARY Work around iiasa/ixmp#463 - if: matrix.python-version != '3.11' - run: pip install "JPype1 != 1.4.1" - - name: Install R dependencies and tutorial requirements run: | install.packages(c("remotes", "Rcpp"))