diff --git a/.github/workflows/nlu_test_flow.yaml b/.github/workflows/nlu_test_flow.yaml index 033e3fe1..1b6c84ce 100644 --- a/.github/workflows/nlu_test_flow.yaml +++ b/.github/workflows/nlu_test_flow.yaml @@ -19,8 +19,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pypandoc sklearn pyspark==2.4.7 - pip install wheel nlu pytest modin[ray] + pip install pypandoc sklearn + pip install wheel nlu pytest modin[ray] pyspark==2.4.7 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: NLU Basic Component tests if: always()