Skip to content

Commit

Permalink
Temporarily viewing verbose output from pip install step
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jul 31, 2021
1 parent 6a4b871 commit afe8719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests_dev.yaml
Expand Up @@ -6,7 +6,7 @@ on:
# push:
# branches: [ master ]
pull_request:
types: [ready_for_review]
types: [synchronize, ready_for_review]
paths-ignore:
- 'doc/**'
- 'examples/**'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit afe8719

Please sign in to comment.