Skip to content

Commit a550bf8

Browse files
committed
fix(actions): docker agents
1 parent 34613f1 commit a550bf8

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

.github/workflows/docker-agents.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,7 @@ jobs:
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)

0 commit comments

Comments
 (0)