We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d248a0 commit a9ee68fCopy full SHA for a9ee68f
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
18
run: |
19
+ sudo apt update
20
+ sudo apt install -y openjdk-17-jdk
21
python3 -m pip install --upgrade pip
22
pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django psycopg2 clade pyyaml pycparser sympy
23
- name: Deployment of CV
0 commit comments