We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b2cc9 commit ff208d3Copy full SHA for ff208d3
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: install python packages
22
run: |
23
python -m pip install --upgrade pip
24
- pip install requests bs4
+ pip install requests bs4 colorama
25
- name: run script
26
run: python src/instances/get_instances.py
27
0 commit comments