From 56c1d9e7c8438374de3e0474fe529d5bab991225 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Sat, 31 Jul 2021 14:47:51 +1200 Subject: [PATCH] Temporarily viewing verbose output from pip install step --- .github/workflows/ci_tests_dev.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 937696b77f8..1686a8ebece 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -3,8 +3,8 @@ name: GMT Dev Tests on: - # push: - # branches: [ master ] + push: + branches: [ master ] pull_request: types: [ready_for_review] paths-ignore: @@ -85,7 +85,7 @@ jobs: run: | conda install ninja cmake libblas libcblas liblapack fftw gdal geopandas \ ghostscript libnetcdf hdf5 zlib curl pcre make dvc - pip install --pre numpy pandas xarray netCDF4 packaging \ + pip install --verbose --pre numpy pandas xarray netCDF4 packaging \ ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery # Build and install latest GMT from GitHub