fix GH CI (#1052)
This commit is contained in:
parent
9c1ecb8972
commit
fd53d434c7
|
@ -17,7 +17,7 @@ jobs:
|
||||||
# https://stackoverflow.com/a/59076067/4521646
|
# https://stackoverflow.com/a/59076067/4521646
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: ammaraskar/sphinx-action@master
|
- uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
with:
|
||||||
# git is requried to clone the docs theme
|
# git is requried to clone the docs theme
|
||||||
|
|
Loading…
Reference in New Issue