Skip to content

Commit

Permalink
updated to remove paq (seems to not build on windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Jan 9, 2020
1 parent 3f1d46c commit 0109a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
versionSpec: '$(python.version)'
architecture: '$(architecture)'

- script: python -m pip install --upgrade pip && pip install cython && pip install cython -r requirements.txt nltk syllabipy paq
- script: python -m pip install --upgrade pip && pip install cython && pip install cython -r requirements.txt nltk syllabipy
displayName: 'Install dependencies'

- script: |
Expand Down

0 comments on commit 0109a06

Please sign in to comment.