Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52cb05b

Browse files
authored
Update azure-pipelines.yml
1 parent bc43abd commit 52cb05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
versionSpec: '$(python.version)'
2525
architecture: 'x64'
2626

27-
- script: python -m pip install --upgrade pip && pip install -r requirements.txt
27+
- script: python -m pip install --upgrade pip && pip install -r requirements/testing/travis_all.txt
2828
displayName: 'Install dependencies'
2929

3030
- script: pip install -ve .

0 commit comments

Comments
 (0)