Skip to content

Commit 855f366

Browse files
committed
Fix Windows cache path quoting
1 parent ccae476 commit 855f366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
pytest MDAnalysisTests --disable-pytest-warnings -n logical --timeout=200 -rsx --cov=MDAnalysis
158158
displayName: 'Run MDAnalysis Test Suite'
159159
- script: |
160-
curl -s https://codecov.io/bash | bash
160+
python -m pip install codecov-cli
161+
codecov-cli upload-process
161162
condition: succeeded()
162163
displayName: 'Codecov Coverage Data Upload'

0 commit comments

Comments
 (0)