File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed
Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 2424 - name : " PDF Ingestion"
2525 extras : " pdf"
2626 filename : " ingest_pdf.py"
27- <<<<<<< HEAD
28- <<<<<<< HEAD
29- test_timeout : " 300" # 5 minutes
30-
31- =======
3227 test_timeout : " 300" # 5 minutes
33-
34- >>>>>>> d596503 (fix(actions): workflows and docs)
35- =======
36- test_timeout : " 300" # 5 minutes
37-
38- >>>>>>> 36471ad (fix(actions): update actions yaml)
3928 env :
4029 LOG_LEVEL : INFO
4130 AGENT__GEMINI_MODEL : " gemini-2.0-flash"
@@ -136,15 +125,6 @@ jobs:
136125 docker run --rm fai-agent-${{ matrix.agent.extras }} \
137126 python -c "
138127 import sys
139- <<<<<<< HEAD
140- <<<<<<< HEAD
141-
142- =======
143-
144- >>>>>>> d596503 (fix(actions): workflows and docs)
145- =======
146-
147- >>>>>>> 36471ad (fix(actions): update actions yaml)
148128 extras = '${{ matrix.agent.extras }}'
149129 print(f'Testing dependencies for extras: {extras}')
150130
@@ -236,12 +216,5 @@ jobs:
236216 test -f agents/ingest_pdf.py
237217 test -d agents/data
238218 test -f agents/data/create_sample_invoice.py
239- <<<<<<< HEAD
240- <<<<<<< HEAD
241- echo "✅ Agents directory structure is correct"
242- =======
243- echo "✅ Agents directory structure is correct"
244- >>>>>>> d596503 (fix(actions): workflows and docs)
245- =======
219+
246220 echo "✅ Agents directory structure is correct"
247- >>>>>>> 36471ad (fix(actions): update actions yaml)
You can’t perform that action at this time.
0 commit comments