Skip to content

Commit

Permalink
Partly revert #464 (CI workaround for #463)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jan 8, 2024
1 parent d92cfcd commit 3beb956
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 3beb956

Please sign in to comment.