Skip to content

Commit b045db3

Browse files
authored
No google auth, better CI names (#384)
1 parent df15471 commit b045db3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: Publish
22

33
on:
44
release:

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: test
1+
name: Lint and Test
22

33
on:
44
push:
55
branches: [main]
66
pull_request:
7+
workflow_dispatch:
78

89
jobs:
910
pre-commit:
@@ -46,9 +47,6 @@ jobs:
4647
curl -LsSf https://astral.sh/uv/install.sh | sh
4748
uv python pin ${{ matrix.python-version }}
4849
- run: uv sync --python-preference=only-managed
49-
- uses: google-github-actions/auth@v2
50-
with:
51-
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
5250
- run: uv run pytest -n auto
5351
env:
5452
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)