Skip to content

Commit

Permalink
deps: apply tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jan 3, 2023
1 parent b5b8abd commit bd6a1e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Github action runner update ubuntu to 22.04, which does not have
# python-3.6 in it: https://github.com/actions/setup-python/issues/544#issuecomment-1320295576
# To fix it: use os: [ubuntu-20.04] instead
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -60,7 +63,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand All @@ -86,7 +89,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion _building/building-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ semantic_version>=2.9,<3.0
jinja2>=3.0,<4.0
PyYAML>=6.0,<7.0

sphinx>=4.3,<5.0
sphinx>=4.3,<6.0

0 comments on commit bd6a1e2

Please sign in to comment.