fix. install colorama on sync workflow
This commit is contained in:
parent
613d15fc41
commit
9f5091e1d3
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue