We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045e4da commit 3ee81b2Copy full SHA for 3ee81b2
.github/workflows/test.yml
@@ -52,11 +52,6 @@ jobs:
52
python-version: ${{ matrix.python-version }}
53
- name: Install uv
54
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
60
- name: Install dependencies
61
run: |
62
uv venv
tests/requirements/base.txt
@@ -9,3 +9,6 @@ drf-spectacular
9
# other requirements
10
coverage
11
tox
12
+
13
+# avoid having to install cairo stack for testing
14
+svglib!=1.6.0
0 commit comments