1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-13 01:09:50 +00:00

Install requests in CI

This commit is contained in:
Rapptz 2022-04-30 18:55:45 -04:00
parent 165e14063f
commit 8be103d6bb

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
id: install-deps
run: |
python -m pip install --upgrade pip setuptools wheel black
python -m pip install --upgrade pip setuptools wheel black requests
pip install -U -r requirements.txt
- name: Setup node.js