mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-13 17:27:02 +00:00
fix. install colorama on sync workflow
This commit is contained in:
1
.github/workflows/sync.yml
vendored
1
.github/workflows/sync.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pymongo[srv]
|
pip install pymongo[srv]
|
||||||
|
pip install colorama
|
||||||
|
|
||||||
- name: Run sync script
|
- name: Run sync script
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user