Browse Source

Install requests in CI

pull/7971/head
Rapptz 3 years ago
parent
commit
8be103d6bb
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -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

Loading…
Cancel
Save