We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6bc12 commit d2e5d9fCopy full SHA for d2e5d9f
1 file changed
.github/workflows/docbuild.yml
@@ -6,16 +6,12 @@ jobs:
6
build:
7
8
runs-on: ubuntu-latest
9
- strategy:
10
- matrix:
11
- python-version: [3.9]
12
-
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python 3.9
16
uses: actions/setup-python@v2
17
with:
18
- python-version: ${{ matrix.python-version }}
+ python-version: 3.9
19
- name: Install
20
run: |
21
python -m pip install --upgrade pip
0 commit comments