Skip to content

Commit

Permalink
add if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Sep 28, 2023
1 parent 1f3442e commit a847b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,10 @@ 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'

# Services are unavailable on Windows: must run the container manually
# Services are unavailable on Windows and don't support 'if'. Must run the container manually.
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservices
- name: Run Tika
if: matrix.os == 'ubuntu-latest'
run: docker run -p 9998:9998 apache/tika:1.28.4

- name: Run
Expand Down

0 comments on commit a847b08

Please sign in to comment.