mirror of https://github.com/searxng/searxng.git
parent
aaae9a209e
commit
b97273df6b
|
@ -1,7 +1,7 @@
|
||||||
name: "Update searx.data"
|
name: "Update searx.data"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "05 08 * * 5"
|
- cron: "05 09 * * 5"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
updateData:
|
updateData:
|
||||||
|
@ -31,17 +31,10 @@ jobs:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
||||||
- name: Cache Python dependencies
|
|
||||||
id: cache-python
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ./local
|
|
||||||
key: python-ubuntu-20.04-3.9-${{ hashFiles('requirements*.txt', 'setup.py') }}
|
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
if: steps.cache-python.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
run: |
|
||||||
make V=1 install
|
pip install -U pip wheel setuptools
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Fetch data
|
- name: Fetch data
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue