Skip to content

Commit bdbd318

Browse files
committed
Revert "remove build-docs version matrix. Just use variable once"
This reverts commit 25eeeed.
1 parent 25eeeed commit bdbd318

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
jobs:
1414
build-docs:
1515
runs-on: ubuntu-latest
16+
strategy:
17+
matrix:
18+
python-version: ["3.13"]
19+
fail-fast: false
1620

1721
steps:
1822
- uses: actions/checkout@v4
@@ -22,7 +26,7 @@ jobs:
2226
- name: Setup py-shiny
2327
uses: ./.github/py-shiny/setup
2428
with:
25-
python-version: "3.13"
29+
python-version: ${{ matrix.python-version }}
2630

2731
# =====================================================
2832
# API docs

0 commit comments

Comments
 (0)