Skip to content

Commit ff208d3

Browse files
authored
Update main.yml
1 parent 61b2cc9 commit ff208d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: install python packages
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install requests bs4
24+
pip install requests bs4 colorama
2525
- name: run script
2626
run: python src/instances/get_instances.py
2727

0 commit comments

Comments
 (0)