Juneyy commited on
Commit
e47e73b
1 Parent(s): bda8546

Update cml.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/cml.yml +2 -0
.github/workflows/cml.yml CHANGED
@@ -19,6 +19,8 @@ jobs:
19
  - name: execute py script
20
  run: |
21
  git pull
 
 
22
  python load_model.py
23
  git config user.name github-actions
24
  git config user.email github-actions@github.com
 
19
  - name: execute py script
20
  run: |
21
  git pull
22
+ python scrapeandappendforecastdata.py
23
+ python modeltraining.py
24
  python load_model.py
25
  git config user.name github-actions
26
  git config user.email github-actions@github.com