Skip to content

Commit 2e92c1b

Browse files
authored
Update actions.yml
1 parent 6f8217b commit 2e92c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: install python packages
2121
run: |
2222
python -m pip install --upgrade pip
23+
pip uninstall requests
2324
pip install -r requirements.txt
2425
2526
- name: execute py script # run main.py

0 commit comments

Comments
 (0)