Skip to content

Commit

Permalink
Enable pytest colors without script -c -e "" wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jul 31, 2023
1 parent d1b5633 commit 4c74d47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ permissions:
actions: write # Needed for skip-duplicate-jobs job
contents: read

env:
PY_COLORS: "1"

jobs:
# Special job which skips duplicate jobs
pre_job:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ permissions:
actions: write # Needed for skip-duplicate-jobs job
contents: read

env:
PY_COLORS: "1"

jobs:
# Special job which skips duplicate jobs
pre_job:
Expand Down

0 comments on commit 4c74d47

Please sign in to comment.