Skip to content

Commit f7b8210

Browse files
committed
Implement PWA Support
1 parent 9fec1c2 commit f7b8210

File tree

133 files changed

+958
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+958
-340
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v2
1111
with:
12-
python-version: 3.9
12+
python-version: 3.8
1313
- name: Install Python Dependencies
1414
run: |
1515
pip install -r source/requirements.txt
@@ -42,7 +42,7 @@ jobs:
4242
git fetch origin main --depth=1
4343
- uses: actions/setup-python@v2
4444
with:
45-
python-version: 3.9
45+
python-version: 3.7
4646
- name: Install Dependencies
4747
run: |
4848
pip install -r source/requirements.txt
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v2
5757
with:
58-
python-version: 3.9
58+
python-version: 3.7
5959
- name: Install Dependencies
6060
run: |
6161
pip install -r source/requirements.txt
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v2
6969
- uses: actions/setup-python@v2
7070
with:
71-
python-version: 3.9
71+
python-version: 3.7
7272
- name: Check Image Size
7373
run: |
7474
make sizecheck
@@ -90,7 +90,7 @@ jobs:
9090
git fetch origin main --depth=1
9191
- uses: actions/setup-python@v2
9292
with:
93-
python-version: 3.9
93+
python-version: 3.7
9494
- name: Install Dependencies
9595
run: |
9696
pip install -r source/requirements.txt
@@ -106,7 +106,7 @@ jobs:
106106
- uses: actions/checkout@v2
107107
- uses: actions/setup-python@v2
108108
with:
109-
python-version: 3.9
110-
- uses: psf/black@22.1.0
109+
python-version: 3.7
110+
- uses: psf/black@20.8b1
111111
with:
112-
black_args: ". --check"
112+
args: ". --check"

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.9
16+
python-version: 3.7
1717
- name: Install Dependencies
1818
run: pip install -r source/requirements.txt
1919
- name: Check Links

0 commit comments

Comments
 (0)