We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed09666 commit cac1cabCopy full SHA for cac1cab
1 file changed
.github/workflows/smoke.yml
@@ -15,16 +15,14 @@ on:
15
- '**.txt'
16
jobs:
17
style:
18
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v6
22
-
23
- name: Python
24
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
25
with:
26
- python-version: "3.12"
27
+ python-version: "3.14"
28
- name: Linters
29
run: make lint
30
@@ -48,7 +46,7 @@ jobs:
48
46
name: Checkout
49
47
50
- name: Python ${{ matrix.config.python }}
51
52
53
python-version: ${{ matrix.config.python }}
54
allow-prereleases: true
@@ -71,7 +69,7 @@ jobs:
71
69
pkg-config \
72
70
zlib1g-dev
73
if [[ "${{ matrix.config.extras }}" ]]; then
74
- sudo apt-get install doxygen wget
+ sudo apt-get install doxygen
75
fi
76
;;
77
macos-14)
0 commit comments