Skip to content

Commit 686e896

Browse files
committed
clean up bad idea
1 parent 02d2805 commit 686e896

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,6 @@ jobs:
4343
restore-keys: |
4444
${{ runner.os }}-pnpm-store-
4545
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-
with:
58-
name: heckin-wtf
59-
path: typescript-sdk/integrations/langgraph/examples/python/.env
60-
retention-days: 1
61-
6246
- name: Install dependencies
6347
working-directory: typescript-sdk
6448
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)