Skip to content

Commit 22cfa15

Browse files
committed
tests: fix build
1 parent ffd6fae commit 22cfa15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bigtable-conformance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
- uses: actions/setup-go@v5
6363
with:
6464
go-version: '>=1.20.2'
65-
- run: pip install -e packages/google-cloud-bigtable
65+
- run: pip install -e .
6666
name: "Install google-cloud-bigtable from HEAD"
6767
- run: go version
68-
- run: packages/google-cloud-bigtable/scripts/conformance.sh
68+
- run: scripts/conformance.sh
6969
name: "Run tests"
7070
env:
7171
CLIENT_TYPE: ${{ matrix.client-type }}

0 commit comments

Comments
 (0)