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 02d2805 commit 686e896Copy full SHA for 686e896
.github/workflows/dojo-e2e.yml
@@ -43,22 +43,6 @@ jobs:
43
restore-keys: |
44
${{ runner.os }}-pnpm-store-
45
46
-
47
- - name: write langgraph python env file
48
- uses: SpicyPizza/[email protected]
49
- with:
50
- envkey_OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
51
- envkey_LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
52
- directory: typescript-sdk/integrations/langgraph/examples/python
53
54
- - name: Upload wtf
55
- if: always() # Uploads artifacts even if tests fail
56
- uses: actions/upload-artifact@v4
57
58
- name: heckin-wtf
59
- path: typescript-sdk/integrations/langgraph/examples/python/.env
60
- retention-days: 1
61
62
- name: Install dependencies
63
working-directory: typescript-sdk
64
run: pnpm install --frozen-lockfile
0 commit comments