We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df15471 commit b045db3Copy full SHA for b045db3
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: publish
+name: Publish
2
3
on:
4
release:
.github/workflows/tests.yml
@@ -1,9 +1,10 @@
-name: test
+name: Lint and Test
push:
5
branches: [main]
6
pull_request:
7
+ workflow_dispatch:
8
9
jobs:
10
pre-commit:
@@ -46,9 +47,6 @@ jobs:
46
47
curl -LsSf https://astral.sh/uv/install.sh | sh
48
uv python pin ${{ matrix.python-version }}
49
- run: uv sync --python-preference=only-managed
- - uses: google-github-actions/auth@v2
50
- with:
51
- credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
52
- run: uv run pytest -n auto
53
env:
54
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
0 commit comments