From ad1440b97a64f49208468d0dadf7618742cc9364 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 5 Aug 2021 12:21:06 +1200 Subject: [PATCH] Revert verbose output printing --- .github/workflows/ci_tests_dev.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 254849d6669..6f73079db40 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -6,7 +6,7 @@ on: # push: # branches: [ main ] pull_request: - types: [synchronize, ready_for_review] + types: [ready_for_review] paths-ignore: - 'doc/**' - 'examples/**' @@ -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)