Browse Source

Install requests in CI

pull/10109/head
Rapptz 3 years ago
committed by dolfies
parent
commit
89e1196abe
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

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

Loading…
Cancel
Save