Browse Source

Pin black to v22.6

pull/9218/head
Rapptz 2 years ago
parent
commit
f1bd618b83
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -27,7 +27,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 requests 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: Setup node.js - name: Setup node.js

Loading…
Cancel
Save