Skip to content

Commit

Permalink
ci: Install libsnappy-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 5, 2023
1 parent 9d071f8 commit d4dbccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
requirements/test.txt
- name: Install dependencies
run: |
sudo apt install -y libsnappy-dev
python -m pip install -U pip setuptools wheel
python -m pip install -U -e ".[build,test,zeromq,redis,thrift,snappy]"
- name: Run unit tests
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
requirements/test.txt
- name: Install dependencies
run: |
sudo apt install -y libsnappy-dev
python -m pip install -U pip setuptools wheel
python -m pip install -U -e ".[build,test,zeromq,redis,thrift,snappy]"
- name: Run integration tests
Expand Down

0 comments on commit d4dbccf

Please sign in to comment.