File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 = ( ) => {
You can’t perform that action at this time.
0 commit comments