Skip to content

Commit 465aec6

Browse files
authored
fix uninstall of pytest-cov in docs CI
1 parent 699e5e4 commit 465aec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/job.docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- script: ${{ parameters.env_docs }} || ${{ parameters.env_docs }} || ${{ parameters.env_docs }}
3232
displayName: docs dependencies
3333

34-
- script: ${{ platform.activate }} jupyterlab-lsp && conda uninstall -yf pytest-cov
34+
- script: ${{ platform.activate }} jupyterlab-lsp && conda uninstall -y --force-remove pytest-cov
3535
displayName: remove coverage to prevent warning
3636

3737
- script: ${{ platform.activate }} jupyterlab-lsp && jlpm || jlpm || jlpm

0 commit comments

Comments
 (0)