Skip to content

Commit a9ee68f

Browse files
committed
Update java version in CI
1 parent 3d248a0 commit a9ee68f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies
1818
run: |
19+
sudo apt update
20+
sudo apt install -y openjdk-17-jdk
1921
python3 -m pip install --upgrade pip
2022
pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django psycopg2 clade pyyaml pycparser sympy
2123
- name: Deployment of CV

0 commit comments

Comments
 (0)