Skip to content

Commit b93276f

Browse files
authored
Make pip install verbose
1 parent d11a4b8 commit b93276f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
jobs:
1717
install:
1818
- tar --exclude=./python -cvf ./python/s-dftd3.tar . && mkdir -p ./python/subprojects/s-dftd3 && tar xvf ./python/s-dftd3.tar -C ./python/subprojects/s-dftd3
19-
- pip install ./python
19+
- pip install ./python -v
2020

2121
# Get dependencies for docs, package and build from conda-forge
2222
conda:

0 commit comments

Comments
 (0)