Skip to content

Commit

Permalink
[CI] enable --force-color for nox
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Oct 8, 2023
1 parent 69c7ff8 commit fbef4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run Nox
run: |
python -m pip install -U pip nox distlib jinja2
python -m nox
python -m nox --force-color
env:
PY_BUILD_CMAKE_WHEEL_DIR: ${{ github.workspace }}/dist

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Run Nox
run: |
python -m pip install -U pip nox distlib jinja2
python -m nox
python -m nox --force-color
env:
PY_BUILD_CMAKE_WHEEL_DIR: ${{ github.workspace }}/dist

Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Run Nox
run: |
python -m pip install -U pip nox distlib jinja2
python -m nox
python -m nox --force-color
env:
PY_BUILD_CMAKE_WHEEL_DIR: ${{ github.workspace }}/dist

Expand Down

0 comments on commit fbef4fc

Please sign in to comment.