-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (31 loc) · 1.09 KB
/
python-app.yml
File metadata and controls
35 lines (31 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install xmllint
run: sudo apt-get install -y libcurl4-openssl-dev
- name: Update paper list
run: |
ping www.baidu.com
mkdir ~/.secret
echo '${{ secrets.NOTETOOL_SECRET }}' > ~/.secret/secret_str
pip install -q -U pip
pip install -q pandas numpy tqdm demjson
pip install -q git+https://github.com/notechats/notebuild.git
pip install -q git+https://github.com/notechats/notetool.git
pip install -q git+https://github.com/notechats/notedrive.git
pip install -q git+https://github.com/notechats/notecoin.git
pip install -q git+https://github.com/notechats/notegame.git
pip install -q git+https://github.com/notechats/notetask.git
pip install -q git+https://github.com/notechats/noteodps.git
pwd
ls -al
cd notetask/task
python task1.py