mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-21 23:08:08 +00:00
revert back git status call
This commit is contained in:
@@ -25,11 +25,11 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: execute status update 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: |
|
# run: |
|
||||||
python git_status.py
|
# python git_status.py
|
||||||
env:
|
# env:
|
||||||
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
# GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||||
|
|
||||||
- name: execute wiki generation script # run the wiki_gen
|
- name: execute wiki generation script # run the wiki_gen
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
+1
-1
@@ -416,5 +416,5 @@ def parse_readme_md():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# get_repo_status()
|
get_repo_status()
|
||||||
search_new_repo_and_append(min_stars_number=100)
|
search_new_repo_and_append(min_stars_number=100)
|
||||||
|
|||||||
Reference in New Issue
Block a user