Skip to content

Commit ffd6fae

Browse files
committed
tests: fix build
1 parent 81e1111 commit ffd6fae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bigtable-conformance.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: "${{ matrix.client-type }} client / python ${{ matrix.py-version }} / test tag ${{ matrix.test-version }}"
5050
steps:
5151
- uses: actions/checkout@v4
52-
name: "Checkout python-bigtable"
52+
name: "Checkout google-cloud-python"
5353
- uses: actions/checkout@v4
5454
name: "Checkout conformance tests"
5555
with:
@@ -62,8 +62,8 @@ jobs:
6262
- uses: actions/setup-go@v5
6363
with:
6464
go-version: '>=1.20.2'
65-
- run: pip install -e .
66-
name: "Install python-bigtable from HEAD"
65+
- run: pip install -e packages/google-cloud-bigtable
66+
name: "Install google-cloud-bigtable from HEAD"
6767
- run: go version
6868
- run: packages/google-cloud-bigtable/scripts/conformance.sh
6969
name: "Run tests"

0 commit comments

Comments
 (0)