Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 3fbf695

Browse files
committed
Fix style check && install git for showcast-unit
1 parent 7a56e4b commit 3fbf695

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
name: Install system dependencies.
368368
command: |
369369
apt-get update
370-
apt-get install -y curl pandoc unzip
370+
apt-get install -y curl pandoc unzip git
371371
- run:
372372
name: Install protoc 3.12.1.
373373
command: |
@@ -391,7 +391,7 @@ jobs:
391391
name: Install system dependencies.
392392
command: |
393393
apt-get update
394-
apt-get install -y curl pandoc unzip
394+
apt-get install -y curl pandoc unzip git
395395
- run:
396396
name: Install protoc 3.12.1.
397397
command: |
@@ -415,7 +415,7 @@ jobs:
415415
name: Install system dependencies.
416416
command: |
417417
apt-get update
418-
apt-get install -y curl pandoc unzip
418+
apt-get install -y curl pandoc unzip git
419419
- run:
420420
name: Install protoc 3.12.1.
421421
command: |

tests/system/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def async_identity():
133133
return IdentityAsyncClient(transport=transport)
134134

135135

136-
137136
@pytest.fixture
138137
def identity(use_mtls):
139138
return construct_client(IdentityClient, use_mtls)

0 commit comments

Comments
 (0)