We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f5380 commit 0af00b2Copy full SHA for 0af00b2
.github/workflows/test.yaml
@@ -1,16 +1,15 @@
1
name: CI
2
on: [workflow_dispatch, pull_request, push]
3
4
+env:
5
+ ANTHROPIC_API_KEY: "sk-xxx"
6
+ GEMINI_API_KEY: "sk-xxx"
7
+ OPENAI_API_KEY: "sk-xxx"
8
+
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
- - uses: actions/checkout@v4
- - run: |
- pip install git+https://github.com/AnswerDotAI/fastcore.git
- pwd
- ls -la
13
- python -c "from fastcore.utils import find_file_parents; print('result:', find_file_parents('pyproject.toml'))"
14
- uses: answerdotai/workflows/nbdev3-ci@master
15
with:
16
pre: 1
0 commit comments