mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test getting master
This commit is contained in:
parent
8f166beffe
commit
29fde8359f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/MLPipelinePullRequest.yml
vendored
5
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -50,9 +50,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install packages to retrieve artifacts
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY }}
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
pip install dvc dvc_s3
|
||||
|
|
@ -70,6 +67,8 @@ jobs:
|
|||
- uses: iterative/setup-cml@v1
|
||||
- name: Generate report
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY }}
|
||||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd modules/ml-pipeline/src/pipeline/src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue