Skip to content

Commit

Permalink
FORCE_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jun 6, 2024
1 parent 9ab7ccc commit 8cf2a5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches-ignore: [gh-pages]

env:
FORCE_COLOR: 1

jobs:

pre-commit:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches-ignore: [gh-pages]
paths: [docs/**]

env:
FORCE_COLOR: 1

jobs:

docs-linkcheck:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+*

env:
FORCE_COLOR: 1

jobs:

check-release-tag:
Expand All @@ -33,11 +36,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install system dependencies
# note libkrb5-dev is required as a dependency for the gssapi pip install
run: |
sudo apt update
sudo apt install libkrb5-dev ruby ruby-dev

- name: Install aiida-core and pre-commit
uses: ./.github/actions/install-aiida-core
Expand Down

0 comments on commit 8cf2a5d

Please sign in to comment.