|
@ -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 |
|
|
python -m pip install --upgrade pip setuptools wheel black==22.6 |
|
|
pip install -U -r requirements.txt |
|
|
pip install -U -r requirements.txt |
|
|
|
|
|
|
|
|
- name: Set up node.js |
|
|
- name: Set up node.js |
|
|