Skip to content

Commit bc6306c

Browse files
committed
test with slim as well.
1 parent 1ff1ef5 commit bc6306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
# Runner images: https://github.com/actions/runner-images
26-
os: ["ubuntu-24.04", "macos-15", "windows-2025"]
26+
os: ["ubuntu-24.04", "ubuntu-slim", "macos-15", "windows-2025"]
2727
python-version: ["3.10", "3.11", "3.12", "3.13"]
2828
include:
2929
- { os: "ubuntu-22.04", python-version: "3.10", requires: "oldest" }

0 commit comments

Comments
 (0)