Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install system dependencies
shell: bash
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
MPLBACKEND: Agg
steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install git-lfs and pull example data
shell: bash
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
image: ghcr.io/astral-sh/uv:python3.10-bookworm
steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Sync dependencies
shell: bash
Expand All @@ -133,7 +133,7 @@ jobs:
PLAYWRIGHT_BROWSERS_PATH: /root/.cache/ms-playwright
steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Playwright + tooling system deps
shell: bash
Expand Down