File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 uses : actions/setup-python@v1
4343 with :
4444 python-version : ${{ matrix.python-version }}
45+ - name : Download Apache `thrift` binary
46+ run : |
47+ mkdir -p "$HOME/.thrift"
48+ curl --fail -L https://binaries.pantsbuild.org/bin/thrift/linux/x86_64/0.15.0/thrift -o "$HOME/.thrift/thrift"
49+ chmod +x "$HOME/.thrift/thrift"
50+ echo "PATH=${PATH}:${HOME}/.thrift" >> $GITHUB_ENV
4551 - name : Bootstrap Pants
4652 run : |
4753 ./pants --version
5056 - name : Test
5157 run : |
5258 ./pants test ::
53- - name : Upload pants log
54- uses : actions/upload-artifact@v2
55- with :
56- name : pants-log
57- path : .pants.d/pants.log
58- if : always() # We want the log even on failures.
Original file line number Diff line number Diff line change 11protobuf_sources (
2- python_source_root = "src/python" ,
2+ python_source_root = "src/python" ,
33)
4-
Original file line number Diff line number Diff line change 1+ python_sources ()
Original file line number Diff line number Diff line change 11thrift_sources (
2- python_source_root = "src/python" ,
2+ python_source_root = "src/python" ,
33)
You can’t perform that action at this time.
0 commit comments