diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index 5ac5dcedbbc..47d8a6ee887 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -62,7 +62,7 @@ jobs: python=3.10 gmt=${{ matrix.gmt_version }} ghostscript<10 - numpy + numpy<2 pandas xarray netCDF4 diff --git a/Makefile b/Makefile index 4494f2996c3..2dd8243f95d 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ doctest: _runtest # run tests without image comparisons # run pytest without the --mpl option to disable image comparisons # use '-o addopts' to override 'addopts' settings in pyproject.toml file -test_no_images: PYTEST_ARGS=-o addopts="--verbose --durations=0 --durations-min=0.2 --doctest-modules" +test_no_images: PYTEST_ARGS=-o addopts="--verbose --color=yes --durations=0 --durations-min=0.2 --doctest-modules" test_no_images: _runtest format: