workflow: try FORCE_COLOR w/ setup-python
All checks were successful
lint / test (push) Successful in 25s

This commit is contained in:
Josh Lay 2025-10-19 11:22:44 -05:00
parent e672bf3fe9
commit 9875cf6cd3
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -22,6 +22,8 @@ jobs:
with:
python-version: '3.13'
cache: 'pip'
env:
FORCE_COLOR: '1'
- run: pip install -r requirements.txt
env: