We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531479a commit c4bbd23Copy full SHA for c4bbd23
.github/workflows/ci_linting.yml
@@ -13,6 +13,11 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
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
+
21
- name: Install asdf cli
22
uses: asdf-vm/actions/setup@v4
23
.github/workflows/ci_testing.yml
- name: Checkout code
uses: actions/checkout@v5
0 commit comments