Browse Source

include requirements-dev.txt in changelog install

pull/1277/head
Ross McFarland 5 months ago
parent
commit
b6729e77c5
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/changelog.yml

+ 1
- 1
.github/workflows/changelog.yml View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt -r requirements-dev.txt
- name: Changelog Check
run: |
./script/changelog check

Loading…
Cancel
Save