Skip to content

Commit 3ee81b2

Browse files
committed
chore: remove cairo from test srack
1 parent 045e4da commit 3ee81b2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
python-version: ${{ matrix.python-version }}
5353
- name: Install uv
5454
run: curl -LsSf https://astral.sh/uv/install.sh | sh
55-
- name: Install system deps (cairo stack)
56-
run: |
57-
sudo apt-get update
58-
sudo apt-get install -y \
59-
build-essential libcairo2-dev pkg-config python3-dev
6055
- name: Install dependencies
6156
run: |
6257
uv venv

tests/requirements/base.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ drf-spectacular
99
# other requirements
1010
coverage
1111
tox
12+
13+
# avoid having to install cairo stack for testing
14+
svglib!=1.6.0

0 commit comments

Comments
 (0)