mirror of
https://github.com/nlohmann/json.git
synced 2026-03-12 12:11:25 +00:00
Move reuse dependency to requirements.txt file (#4547)
This commit is contained in:
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@@ -282,7 +282,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Install REUSE tool
|
||||
run: python -m pip install reuse==5.0.2
|
||||
run: python -m pip install -r .reuse/requirements.txt
|
||||
- name: Run REUSE lint
|
||||
run: reuse lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user