Skip to content

Commit

Permalink
Work around #463 in "pytest" CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 2, 2022
1 parent 0c2d7de commit 239170e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ jobs:
run: python -m pip install --upgrade pip wheel setuptools-scm

- name: Install Python package and dependencies
run: pip install .[tests]
run: |
pip install .[tests]
# TEMPORARY work around iiasa/ixmp#463
pip install "JPype1 != 1.4.1"
- name: Install R dependencies and tutorial requirements
run: |
Expand Down

0 comments on commit 239170e

Please sign in to comment.