Skip to content

Commit c4bbd23

Browse files
committed
ci: add back in extra deps install
1 parent 531479a commit c4bbd23

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci_linting.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515

16+
- name: Install extra dependencies for a python install
17+
run: |
18+
sudo apt-get update
19+
sudo apt -y install --no-install-recommends liblzma-dev libbz2-dev libreadline-dev
20+
1621
- name: Install asdf cli
1722
uses: asdf-vm/actions/setup@v4
1823

.github/workflows/ci_testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v5
16+
17+
- name: Install extra dependencies for a python install
18+
run: |
19+
sudo apt-get update
20+
sudo apt -y install --no-install-recommends liblzma-dev libbz2-dev libreadline-dev
1621
1722
- name: Install asdf cli
1823
uses: asdf-vm/actions/setup@v4

0 commit comments

Comments
 (0)