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 6f8217b commit 2e92c1bCopy full SHA for 2e92c1b
.github/workflows/actions.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: install python packages
21
run: |
22
python -m pip install --upgrade pip
23
+ pip uninstall requests
24
pip install -r requirements.txt
25
26
- name: execute py script # run main.py
0 commit comments