Skip to content

Commit 4696035

Browse files
committed
Add dependencies
1 parent faf1f04 commit 4696035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pipenv
2121
python -m pip install --upgrade 'algoliasearch>=4.0,<5.0'
22+
sudo apt-get update
23+
sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev
2224
2325
- name: Clone algolia repository
2426
uses: actions/checkout@v2

0 commit comments

Comments
 (0)