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 56c1d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests_dev.yaml
Expand Up @@ -3,8 +3,8 @@
name: GMT Dev Tests

on:
# push:
# branches: [ master ]
push:
branches: [ master ]
pull_request:
types: [ready_for_review]
paths-ignore:
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 56c1d9e

Please sign in to comment.