File tree 6 files changed +559
-557
lines changed
6 files changed +559
-557
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
10
10
name : Test
11
11
strategy :
12
12
matrix :
13
- python : ["3.8 ", "3.9", "3.10 "]
13
+ python : ["3.10 ", "3.11 "]
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
17
17
- name : Check out repository code
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : Initialize dependencies
23
23
uses : Robpol86/actions-init-deps-py@v3
24
24
with :
25
25
cache-buster : " ${{ join(matrix.*, '|') }}"
26
- poetry-version : " 1.2.1 "
26
+ poetry-version : " 1.4.0 "
27
27
python-version : " ${{ matrix.python }}"
28
28
29
29
- name : Run tests
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Check out repository code
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Initialize dependencies
28
28
uses : Robpol86/actions-init-deps-py@v3
29
29
with :
30
30
no-dev : " true"
31
- poetry-version : " 1.2.1 "
31
+ poetry-version : " 1.4.0 "
32
32
python-version : " ${{ env.PYTHON_VERSION }}"
33
33
- name : Build docs
34
34
env :
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Check out repository code
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Initialize dependencies
37
37
uses : Robpol86/actions-init-deps-py@v3
38
38
with :
39
39
no-dev : " true"
40
- poetry-version : " 1.2.1 "
40
+ poetry-version : " 1.4.0 "
41
41
python-version : " ${{ env.PYTHON_VERSION }}"
42
42
- name : Build docs
43
43
env :
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
steps :
13
13
14
14
- name : Check out repository code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
- name : Initialize dependencies
20
20
uses : Robpol86/actions-init-deps-py@v3
21
21
with :
22
- poetry-version : " 1.2.1 "
22
+ poetry-version : " 1.4.0 "
23
23
python-version : " 3.10"
24
24
25
25
- name : Run linkcheck
Original file line number Diff line number Diff line change 93
93
r"https://www.amazon.com/" : "https://www.amazon.com/[^/]+/dp/" ,
94
94
r"https://www.apc.com/us/en/product/\w+$" : "https://www.apc.com/us/en/product/" ,
95
95
r"https://www.mcmaster.com/" : "https://www.mcmaster.com/ShellHomepageRefresh[.]aspx[?]searchTerm=" ,
96
+ r"https://www.reddit.com/r/" : r"https://www.reddit.com/r/.*?rdt=[\d]+" ,
96
97
r"https://youtu.be/\w+$" : "https://www.youtube.com/watch[?]" ,
97
98
}
98
99
linkcheck_exclude_documents = [
You can’t perform that action at this time.
0 commit comments