Skip to content

Commit

Permalink
python-app: Install lldb
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelc305 committed May 16, 2024
1 parent 30c60c4 commit 7d4b4b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: |
python -m pip install isort
isort . -m HANGING_INDENT -l 120 --check-only
- name: Install lldb
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update && sudo apt install lldb -y
- name: Test install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7d4b4b7

Please sign in to comment.