Skip to content

Commit 3fd0a06

Browse files
committed
ci: print out packages, test on CMake 3.20
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 9342bde commit 3fd0a06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
include:
4747
- python-version: pypy-3.10
4848
runs-on: ubuntu-latest
49+
- python-version: "3.9"
50+
runs-on: ubuntu-latest
51+
cmake: "3.20.x"
4952

5053
steps:
5154
- uses: actions/checkout@v4
@@ -57,6 +60,11 @@ jobs:
5760
python-version: ${{ matrix.python-version }}
5861
allow-prereleases: true
5962

63+
- uses: jwlawson/actions-setup-cmake@v2
64+
if: matrix.cmake != ''
65+
with:
66+
cmake-version: ${{ matrix.cmake }}
67+
6068
- uses: yezz123/setup-uv@v4
6169

6270
- name: Install package

0 commit comments

Comments
 (0)