Skip to content

Commit 25eeeed

Browse files
committed
remove build-docs version matrix. Just use variable once
1 parent eae8fab commit 25eeeed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-docs.yaml

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

2117
steps:
2218
- uses: actions/checkout@v4
@@ -26,7 +22,7 @@ jobs:
2622
- name: Setup py-shiny
2723
uses: ./.github/py-shiny/setup
2824
with:
29-
python-version: ${{ matrix.python-version }}
25+
python-version: "3.13"
3026

3127
# =====================================================
3228
# API docs

0 commit comments

Comments
 (0)