Skip to content

Commit 42d9815

Browse files
committed
Removing enchant?
1 parent 485915f commit 42d9815

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
restore-keys: |
5252
${{ matrix.python-version }}-v1-
5353
54-
- name: Install enchant (only for docs)
55-
run: |
56-
sudo apt-get -qq update
57-
sudo apt-get -y install enchant
58-
5954
- name: Install dependencies
6055
run: |
6156
python -m pip install --upgrade pip
@@ -122,10 +117,10 @@ jobs:
122117
restore-keys: |
123118
${{ matrix.python-version }}-v1-
124119
125-
- name: Install enchant (only for docs) and gdal-bin (for postgis)
120+
- name: Install gdal-bin (for postgis)
126121
run: |
127122
sudo apt-get -qq update
128-
sudo apt-get -y install enchant gdal-bin
123+
sudo apt-get -y install gdal-bin
129124
130125
- name: Install dependencies
131126
run: |

example/templates/turbo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ <h1>Turbo Index - Page {{page_num|default:"1"}}</h1>
4040
});
4141
});
4242
});
43-
4443
incrementXHR.addEventListener("click", function () {
4544
const xhr = new XMLHttpRequest();
4645
xhr.onreadystatechange = () => {

0 commit comments

Comments
 (0)