Skip to content

Commit ff8a86f

Browse files
committed
clean up
1 parent 24b8dd2 commit ff8a86f

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/slow.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
install_cmd: "sudo apt update && sudo apt install ffmpeg"
6767
- os: macos-latest
6868
install_cmd: "brew install ffmpeg"
69-
7069
- os: windows-latest
7170
install_cmd: "echo 'No additional dependencies needed'"
7271

@@ -83,15 +82,15 @@ jobs:
8382
run: |
8483
pip install hatch==${{ env.HATCH_VERSION }}
8584
86-
- name: Install dependencies
87-
shell: bash
88-
run: ${{ matrix.install_cmd }}
89-
9085
- name: Run Tika
9186
if: matrix.os == 'ubuntu-latest'
9287
run: |
9388
docker run -d -p 9998:9998 apache/tika:2.9.0.0
9489
90+
- name: Install dependencies
91+
shell: bash
92+
run: ${{ matrix.install_cmd }}
93+
9594
- name: Run tests
9695
run: hatch run test:integration-only-slow
9796

haystack/components/builders/answer_builder.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
logger = logging.getLogger(__name__)
1212

1313

14-
# TRIGGER
1514
@component
1615
class AnswerBuilder:
1716
"""

test/components/audio/test_whisper_local.py

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
from haystack.utils.device import ComponentDevice, Device
1616

1717

18-
# TRIGGER
19-
2018
SAMPLES_PATH = Path(__file__).parent.parent.parent / "test_files"
2119

2220

0 commit comments

Comments
 (0)