workflow: try FORCE_COLOR w/ setup-python
All checks were successful
lint / test (push) Successful in 25s
All checks were successful
lint / test (push) Successful in 25s
This commit is contained in:
parent
e672bf3fe9
commit
9875cf6cd3
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
env:
|
||||||
|
FORCE_COLOR: '1'
|
||||||
|
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue