We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4951f0 commit 5e56961Copy full SHA for 5e56961
1 file changed
.github/workflows/bigtable-conformance.yaml
@@ -62,6 +62,7 @@ jobs:
62
- uses: actions/setup-go@v5
63
with:
64
go-version: '>=1.20.2'
65
+ - run: chmod +x .kokoro/conformance.sh
66
- run: pip install -e .
67
name: "Install python-bigtable from HEAD"
68
- run: go version
0 commit comments