mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-02 13:47:47 +00:00
refactor(Project): move out load_data to utils, rename fetch_data to run_fetch_data, got classifiers to work (#38)
This commit is contained in:
committed by
GitHub
parent
cc7061b456
commit
0963df2087
@@ -21,6 +21,10 @@ jobs:
|
||||
# WANDB_API_KEY: ${{ secrets.WANDB_API_KEY }}
|
||||
run: |
|
||||
pytest --junit-xml pytest.xml
|
||||
- name: Run pipeline
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
python run_pipeline.py
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user