Skip to content

Commit

Permalink
fix failing ml-wrappers release build due to automl tests being inclu…
Browse files Browse the repository at this point in the history
…ded without dependencies installed (#77)
  • Loading branch information
imatiach-msft authored Dec 9, 2022
1 parent 18337ef commit b48bde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ml-wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: run ml-wrappers tests
shell: bash -l {0}
run: pytest ./tests/
run: pytest ./tests/main

- name: Upload a ml-wrappers build result
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b48bde7

Please sign in to comment.