Skip to content

Commit

Permalink
try installing docker on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Sep 29, 2023
1 parent 6528704 commit 02194ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ jobs:
- name: Install dependencies
run: |
brew install ffmpeg # for local Whisper tests
brew install docker
colima start
- name: Install Haystack
run: pip install .[dev,preview] langdetect transformers[torch,sentencepiece]==4.32.1 'sentence-transformers>=2.2.0' pypdf openai-whisper tika 'azure-ai-formrecognizer>=3.2.0b2'
Expand Down Expand Up @@ -287,6 +289,9 @@ jobs:
- name: Install Haystack
run: pip install .[dev,preview] langdetect transformers[torch,sentencepiece]==4.32.1 'sentence-transformers>=2.2.0' pypdf openai-whisper tika 'azure-ai-formrecognizer>=3.2.0b2'

- name: Run Tika
run: docker run -d -p 9998:9998 apache/tika:2.9.0.0

- name: Run
run: pytest --maxfail=5 -m "integration" test/preview

Expand Down

0 comments on commit 02194ad

Please sign in to comment.