Skip to content

Commit

Permalink
Force colour on pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum027 committed Feb 14, 2024
1 parent 2e34edd commit 4b2291f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
cache: pip
- name: Install Python packages
run: python -m pip install -r requirements.txt
env:
FORCE_COLOR: "1"
- name: Generate release notes
run: antsibull-changelog generate ${{ github.ref_name }} --only-latest
- name: Publish the GitHub release
Expand Down

0 comments on commit 4b2291f

Please sign in to comment.