added python version
This commit is contained in:
@@ -11,6 +11,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
|
with:
|
||||||
|
python-version: 3.8
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install sphinx sphinx_rtd_theme myst_parser
|
pip install sphinx sphinx_rtd_theme myst_parser
|
||||||
|
|||||||
Reference in New Issue
Block a user