mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-15 03:48:08 +00:00
bug fix test
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -25,13 +25,13 @@ 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
|
||||
- name: execute status update 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
|
||||
- name: execute wiki generation script # run the wiki_gen
|
||||
run: |
|
||||
python wiki_gen.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user