-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set flyteidl, grpcio, and grpcio-status new lower bounds Signed-off-by: Eduardo Apolinario <[email protected]> * Regenerate requirements Signed-off-by: Eduardo Apolinario <[email protected]> * Single out tensorflow tests and fix protobuf type transformer tests Signed-off-by: Eduardo Apolinario <[email protected]> * Comment out skl2onnx and tf2oonx in docs Signed-off-by: Eduardo Apolinario <[email protected]> * More requirements and dev-requirements shenanigans. Signed-off-by: Eduardo Apolinario <[email protected]> * Set env var in doc generation Signed-off-by: Eduardo Apolinario <[email protected]> * Add unit_test_codecov make target Signed-off-by: Eduardo Apolinario <[email protected]> * Aggregate code coverage data and run all unit tests Signed-off-by: Eduardo Apolinario <[email protected]> Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
- Loading branch information
1 parent
53cc246
commit 56014d7
Showing
14 changed files
with
259 additions
and
212 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
pip freeze | ||
- name: Test with coverage | ||
run: | | ||
pytest tests/flytekit/unit -m "not sandbox_test" --cov=./ --cov-report=xml | ||
make unit_test_codecov | ||
- name: Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
|
@@ -177,4 +177,6 @@ jobs: | |
python -m pip install --upgrade pip==21.2.4 setuptools wheel | ||
pip install -r doc-requirements.txt | ||
- name: Build the documentation | ||
run: make -C docs html | ||
run: | | ||
# TODO: Remove after buf migration is done and packages updated | ||
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python make -C docs html |
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
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
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
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
Oops, something went wrong.