Skip to content

Commit

Permalink
Add install line
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Nov 1, 2023
1 parent 9e7665e commit 1e95b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
sudo apt-get update && sudo apt-get install unzip openjdk-19-jdk graphviz-dev -y
pip3 install -e .
- name: Run verification tests
run: |
Expand Down

0 comments on commit 1e95b4e

Please sign in to comment.