Skip to content

Commit

Permalink
use color in lock and pypi pytest ci-tests (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Oct 18, 2024
1 parent 2785f02 commit 45b213b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

env:
ENV_NAME: "ci-tests-lock"
PY_COLORS: "1"

strategy:
fail-fast: false
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ defaults:
shell: bash -l {0}

env:
ALLOW_PLOTTING: "true"
CARTOPY_SHARE_DIR: ~/.local/share/cartopy
GEOVISTA_POOCH_MUTE: true
ALLOW_PLOTTING: true
PY_COLORS: "1"
SHELLOPTS: "errexit:pipefail"

jobs:
Expand Down

0 comments on commit 45b213b

Please sign in to comment.