Browse Source

Bootstrap during setup rather than manually install reqs

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

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

@ -15,10 +15,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies
- name: Setup Environment
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
./script/bootstrap
- name: Changelog Check
run: |
./script/changelog check

Loading…
Cancel
Save