Skip to content

Commit

Permalink
Fix CI (#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Jun 15, 2020
1 parent c67d204 commit 00270a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/install-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
path: ${{ parameters.pip_cache_config.path }}
displayName: 'Cache pip dependencies'

- script: python -m pip install --disable-pip-version-check --upgrade pip setuptools
- script: python -m pip install --disable-pip-version-check --upgrade pip setuptools wheel
displayName: 'Upgrade Python packaging tools'

- script: pip install --disable-pip-version-check git+git://github.com/ofek/codecov-python.git@datadog
Expand Down

0 comments on commit 00270a4

Please sign in to comment.