Skip to content

Commit 0dcbf27

Browse files
committed
Merge branch 'master' into importlib_metadata
2 parents 788d661 + 1448932 commit 0dcbf27

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
jobs:
1010
test:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
1515
python-version: [3.6, 3.7, 3.8, 3.9]
1616

1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install base dependencies

.github/workflows/dist-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
test:
4949
needs: build
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-20.04
5151
strategy:
5252
matrix:
5353
python-version: [3.6, 3.7, 3.8, 3.9]
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v2
5959
- name: Set up Python ${{ matrix.python-version }}
60-
uses: actions/setup-python@v2
60+
uses: actions/setup-python@v4
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363
- name: Install dependencies

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx
1+
Sphinx==4.5.0
22
sphinx_rtd_theme
33
m2r2
44
furo

sphinx-plugin/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=4.5
1+
sphinx==4.5.0
22
sphinx-rst-builder

0 commit comments

Comments
 (0)