Skip to content

Commit

Permalink
still need jpype1 install-jdk>=1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Sep 26, 2024
1 parent 7fe05d6 commit 56f8c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cplex pytest>=7.2 pyqt5
pip install cplex pytest>=7.2 pyqt5 jpype1 install-jdk>=1.1
- name: Install CNApy
run: |
python setup.py install
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cplex pytest>=7.2 pyqt5
pip install cplex pytest>=7.2 pyqt5 jpype1 install-jdk>=1.1
- name: Install CNApy
run: |
python setup.py install
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cplex pytest>=7.2 pyqt5
pip install cplex pytest>=7.2 pyqt5 jpype1 install-jdk>=1.1
- name: Install CNApy
run: |
python setup.py install
Expand Down

0 comments on commit 56f8c99

Please sign in to comment.