Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Check Manifest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: pip3 install check-manifest && check-manifest

test:
Expand All @@ -35,7 +35,7 @@ jobs:
python-version: "3.13"
extra: "plot"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: astral-sh/setup-uv@v7
with:
Expand Down Expand Up @@ -77,11 +77,11 @@ jobs:
# note: hard-coding pymmcore-plus/ org for now
repo: ["pymmcore-plus", "pymmcore-widgets"]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: pymmcore-plus/${{ matrix.repo }}
fetch-depth: 0
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: useq-schema
fetch-depth: 0
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7

- name: Test build
Expand Down
Loading