Skip to content

Commit

Permalink
Revert verbose output printing
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Aug 5, 2021
1 parent 7f9c12b commit ad1440b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci_tests_dev.yaml
Expand Up @@ -6,7 +6,7 @@ on:
# push:
# branches: [ main ]
pull_request:
types: [synchronize, ready_for_review]
types: [ready_for_review]
paths-ignore:
- 'doc/**'
- 'examples/**'
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ad1440b

Please sign in to comment.