Skip to content

Commit aa28efb

Browse files
awaelchliBorda
authored andcommitted
reduce verbosity level in drone ci (#5190)
* reduce verbosity level in drone * verbosity
1 parent 71e37e8 commit aa28efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ steps:
3333
- python --version
3434
- pip --version
3535
- nvidia-smi
36-
- pip install -r ./requirements/devel.txt --upgrade-strategy only-if-needed -v --no-cache-dir
37-
- pip install git+https://${AUTH_TOKEN}@github.com/PyTorchLightning/[email protected] -v --no-cache-dir
36+
- pip install -r ./requirements/devel.txt --upgrade-strategy only-if-needed --no-cache-dir
37+
- pip install git+https://${AUTH_TOKEN}@github.com/PyTorchLightning/[email protected] --no-cache-dir
3838
# when Image has defined CUDa version we can switch to this package spec "nvidia-dali-cuda${CUDA_VERSION%%.*}0"
3939
- pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda100 --upgrade-strategy only-if-needed
4040
- pip list

0 commit comments

Comments
 (0)