added colorama in github workflows

This commit is contained in:
2025-11-17 09:37:58 +01:00
parent cad44943c3
commit e7f5a2aa11

View File

@@ -19,7 +19,7 @@ jobs:
with: with:
python-version: 3.12 python-version: 3.12
cache: 'pip' cache: 'pip'
- run: pip install pytest numpy - run: pip install pytest numpy colorama
- uses: awalsh128/cache-apt-pkgs-action@latest - uses: awalsh128/cache-apt-pkgs-action@latest
with: with: