Skip to content

Commit 56bc95a

Browse files
committed
Add requests pip package
1 parent ee4ffc3 commit 56bc95a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
- name: Install pytest (v7.4.4)
110110
run: pip install pytest==7.4.4
111111

112+
- name: Install requests
113+
run: pip install requests
114+
112115
- name: Download migrated collection artifacts
113116
uses: actions/download-artifact@v4.1.7
114117
with:

0 commit comments

Comments
 (0)