fix. install colorama on sync workflow

This commit is contained in:
santiagosayshey
2024-06-24 07:53:39 +09:30
parent 613d15fc41
commit 9f5091e1d3

View File

@@ -20,6 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pymongo[srv]
pip install colorama
- name: Run sync script
env: