Skip to content

Commit

Permalink
updated yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravarthik27 committed May 30, 2023
1 parent 0caaac0 commit b0187a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install -r .github/workflows/requirements.txt
python -m pip install flake8 pytest
if [ -f .github/workflows/requirements.txt ]; then pip install -r .github/workflows/requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sentencepiece
pydantic==1.10.6
spacy
johnsnowlabs==4.3.5
plotly
asyncio
nest-asyncio
jsonlines
Expand Down

0 comments on commit b0187a1

Please sign in to comment.