From 86abbe41988e7d8eab51be74c16caf0bcbc63d50 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 5 Aug 2021 12:19:52 +1200 Subject: [PATCH] Revert verbose output printing --- .github/workflows/ci_tests_dev.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 254849d6669..c845872bd6d 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -85,11 +85,9 @@ jobs: run: | conda install ninja cmake libblas libcblas liblapack fftw gdal geopandas \ ghostscript libnetcdf hdf5 zlib curl pcre make dvc - pip install --verbose --pre numpy pandas xarray netCDF4 packaging \ + pip install --pre numpy pandas xarray netCDF4 packaging \ ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \ tomli - conda list - pip list # Build and install latest GMT from GitHub - name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)