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:
Mark Aron Szulyovszky
2021-12-17 17:41:50 +01:00
committed by GitHub
parent cc7061b456
commit 0963df2087
94 changed files with 9704 additions and 84787 deletions
+4
View File
@@ -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