added search terms for data/portfolio construction/factor

This commit is contained in:
Bin Yang
2021-04-12 14:27:25 -04:00
parent 1e808ad899
commit b7fbc3f984
3 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
d
- name: Install dependencies
run: |
python -m pip install --upgrade pip
+5 -5
View File
@@ -25,11 +25,11 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# - name: execute py script # run the run.py to get the latest data
# run: |
# python git_status.py
# env:
# GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
- name: execute py script # run the run.py to get the latest data
run: |
python git_status.py
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
- name: execute py script # run the wiki_gen
run: |