Skip to content

Commit 0af00b2

Browse files
committed
f
1 parent e4f5380 commit 0af00b2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: CI
22
on: [workflow_dispatch, pull_request, push]
33

4+
env:
5+
ANTHROPIC_API_KEY: "sk-xxx"
6+
GEMINI_API_KEY: "sk-xxx"
7+
OPENAI_API_KEY: "sk-xxx"
8+
49
jobs:
510
test:
611
runs-on: ubuntu-latest
712
steps:
8-
- uses: actions/checkout@v4
9-
- run: |
10-
pip install git+https://github.com/AnswerDotAI/fastcore.git
11-
pwd
12-
ls -la
13-
python -c "from fastcore.utils import find_file_parents; print('result:', find_file_parents('pyproject.toml'))"
1413
- uses: answerdotai/workflows/nbdev3-ci@master
1514
with:
1615
pre: 1

0 commit comments

Comments
 (0)