Skip to content

Commit 7808de0

Browse files
author
David Cavazos
committed
do not install, run directly
1 parent bc963e6 commit 7808de0

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/testing/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"devDependencies": {
33
"@types/bun": "^1.1.6",
4-
"gts": "^5.3.1",
5-
"typescript": "^5.5.4"
4+
"gts": "^5.3.1"
65
},
76
"scripts": {
87
"clean": "gts clean",

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- uses: oven-sh/setup-bun@v2
36-
- run: bun install
3736
- id: python
3837
run: |
3938
AFFECTED_PYTHON=$(bun run affected python HEAD origin/main)
@@ -67,7 +66,6 @@ jobs:
6766
project_id: jss-22p1-test
6867
workload_identity_provider: projects/886556137211/locations/global/workloadIdentityPools/github-actions/providers/github-actions-python
6968
- run: pip install nox
70-
- run: bun install
7169
- run: bun run tests python AFFECTED
7270
env:
7371
AFFECTED: ${{toJson(matrix.affected)}}

0 commit comments

Comments
 (0)