Skip to content

Commit

Permalink
Add system dependencies to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrobolcato committed Sep 20, 2023
1 parent 0793d0b commit 946388c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Set up system dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential python-dev libagg-dev libpotrace-dev pkg-config libffi-dev libcairo2-dev
- name: Set up `dev` conda environment
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 946388c

Please sign in to comment.