Skip to content

Commit

Permalink
CI: Set TERM to avoid tooling errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 11, 2024
1 parent 6f209ed commit 170b452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

env:
RELEASE_FILE: ${{ github.event.repository.name }}-${{ github.event.release.tag_name || github.sha }}-py${{ matrix.python }}
TERM: xterm-256color

steps:
- name: Checkout Code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
test:
name: linting & spelling
runs-on: ubuntu-latest
env:
TERM: xterm-256color
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 170b452

Please sign in to comment.