Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Feb 13, 2020
1 parent 8513fd0 commit 82f3e53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: GitHub CI

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down Expand Up @@ -208,6 +206,11 @@ jobs:
python3 setup.py --package-version | xargs python3 -m pip install
python3 tools/build/configure.py
cat .bazelrc
echo %PATH%
echo %BOOST_ROOT%
dir %BOOST_ROOT%
rm -rf %BOOST_ROOT%
dir %BOOST_ROOT%
bazel build -s --verbose_failures @com_github_azure_azure_storage_cpplite//:azure
bazel build -s --verbose_failures //tensorflow_io/core:python/ops/libtensorflow_io.so
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 82f3e53

Please sign in to comment.