Skip to content

Commit 10e260f

Browse files
[pre-commit.ci] pre-commit autoupdate (#585)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.1...v0.9.3) * Update test-tutorials.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Gregor Sturm <[email protected]>
1 parent 581c9e7 commit 10e260f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-tutorials.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
cache: "pip"
4343
cache-dependency-path: "**/pyproject.toml"
4444

45-
- name: Install test dependencies
45+
- name: Install system dependencies
4646
run: |
47-
python -m pip install --upgrade pip wheel
47+
sudo apt-get install -y libcairo2-dev pkg-config
4848
- name: Install dependencies
4949
run: |
5050
pip install ".[doc]"

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: prettier
1313
exclude: '^\.conda'
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.9.1
15+
rev: v0.9.3
1616
hooks:
1717
- id: ruff
1818
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)