File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : Install dependencies
5757 run : |
58- cd ecosystem/pocketflow
58+ cd ecosystem/third_party/ pocketflow
5959 pip install -r requirements.txt
6060
6161 - name : Configure Git
7070 GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
7171 GEMINI_MODEL : ${{ secrets.GEMINI_MODEL || 'models/gemini-2.5-pro' }}
7272 run : |
73- cd ecosystem/pocketflow
73+ cd ecosystem/third_party/ pocketflow
7474 # Export env vars for Python scripts
7575 export GEMINI_API_KEY="$GEMINI_API_KEY"
7676 export GEMINI_MODEL="$GEMINI_MODEL"
9999 GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
100100 GEMINI_MODEL : ${{ secrets.GEMINI_MODEL || 'models/gemini-2.5-pro' }}
101101 run : |
102- cd ecosystem/pocketflow
102+ cd ecosystem/third_party/ pocketflow
103103 # Export all env vars to ensure they're available to subprocess calls
104104 export LLM_PROVIDER="$LLM_PROVIDER"
105105 export GEMINI_API_KEY="$GEMINI_API_KEY"
You can’t perform that action at this time.
0 commit comments