feat(docs): [SCv1] Automatically create and upload a custom HF model to seldon-models in GCS on every version release #2928
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: V1 Python Tests | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
python-tests: | |
runs-on: ubuntu-latest | |
container: seldonio/python-builder:0.8 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: test-python | |
run: | | |
make -C python update_package install_dev test |