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 a538a19 commit b03cfa8
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: |
apt update && apt install lldb
- name: Test install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b03cfa8

Please sign in to comment.