Skip to content

Commit

Permalink
No google auth, better CI names (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Sep 12, 2024
1 parent df15471 commit b045db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: Publish

on:
release:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: test
name: Lint and Test

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
pre-commit:
Expand Down Expand Up @@ -46,9 +47,6 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv python pin ${{ matrix.python-version }}
- run: uv sync --python-preference=only-managed
- uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
- run: uv run pytest -n auto
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit b045db3

Please sign in to comment.