File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Install dependencies
2121 run : |
2222 python -m pip install --upgrade pip
23- python -m pip install --ignore-installed sphinx==6.2.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
23+ python -m pip install -r requirements.txt
2424 - name : Test with tox
2525 run : |
2626 tox -e py
Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
24+ python -m pip install -r requirements.txt
2525 - name : Test with tox
2626 run : |
2727 tox -e py
Original file line number Diff line number Diff line change 11flake8 == 3.8.0
22flake8-quotes == 2.1.1
33tox == 3.20.0
4- sphinx == 6.2.1
4+ sphinx == 5.0.0
55sphinx-rtd-theme == 0.5.2
66pytest == 7.2.0
77pytest-cov == 4.0.0
8+ Jinja2 < 3.1
You can’t perform that action at this time.
0 commit comments