File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13- python-version : ['3.8', '3.9', '3.10'] # add 3.10 here and down and write in your notes the issue
13+ python-version : ['3.8', '3.9', '3.10']
1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Set up Python ${{ matrix.python-version }}
2020 - name : Install dependencies
2121 run : |
2222 python -m pip install --upgrade pip
23- python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1" virtualenv
23+ python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1" virtualenv==20.0.1
2424 - name : Test with tox
2525 run : |
2626 tox -e py
Original file line number Diff line number Diff line change 66 - ' v*' # Push events to matching v*, i.e. v1.0, v20.15.10
77jobs :
88 build :
9- runs-on : Ubuntu-18 .04
9+ runs-on : Ubuntu-20 .04
1010 strategy :
1111 fail-fast : false
1212 matrix :
13- python-version : [3.6.8 ]
13+ python-version : [3.10 ]
1414
1515 steps :
1616 - uses : actions/checkout@v2
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- python -m pip install sphinx==5.3.0
25- pip install tox
26- pip install sphinx_rtd_theme==1.1.1
27- pip install virtualenv==20.0.1
24+ python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1" virtualenv==20.0.1
2825 - name : Test with tox
2926 run : |
3027 tox -e py
You can’t perform that action at this time.
0 commit comments