Skip to content

Commit

Permalink
Install snappy-dev headers for codec support via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tvainika committed Dec 1, 2023
1 parent 6f004a6 commit 0d6000e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
cache: pip
python-version: '3.11'
- name: Install libsnappy-dev
run: sudo apt install libsnappy-dev
# required for pylint
- run: make karapace/version.py
- run: pip install pre-commit
Expand All @@ -41,6 +43,8 @@ jobs:
with:
cache: pip
python-version: '3.11'
- name: Install libsnappy-dev
run: sudo apt install libsnappy-dev
- run: pip install -r requirements/requirements.txt -r requirements/requirements-typing.txt
- run: make karapace/version.py
- run: mypy
2 changes: 2 additions & 0 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
cache: pip
cache-dependency-path:
requirements.txt
- name: Install libsnappy-dev
run: sudo apt install libsnappy-dev
- run: pip install -r requirements/requirements.txt
# Compare with latest release when running on main.
- run: make schema against=$(git describe --abbrev=0 --tags)
Expand Down

0 comments on commit 0d6000e

Please sign in to comment.