Browse Source
include requirements-dev.txt in changelog install
pull/1277/head
Ross McFarland
5 months ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
1 deletions
-
.github/workflows/changelog.yml
|
|
|
@ -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 |