Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
C-K-Loan committed Jan 2, 2021
1 parent 4b7bdf5 commit 9d27b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nlu_test_flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9d27b30

Please sign in to comment.