Skip to content

Commit d2e5d9f

Browse files
committed
Simplify the action even more.
1 parent 5a6bc12 commit d2e5d9f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/docbuild.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
python-version: [3.9]
12-
139
steps:
1410
- uses: actions/checkout@v2
15-
- name: Set up Python ${{ matrix.python-version }}
11+
- name: Set up Python 3.9
1612
uses: actions/setup-python@v2
1713
with:
18-
python-version: ${{ matrix.python-version }}
14+
python-version: 3.9
1915
- name: Install
2016
run: |
2117
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)