Browse Source
Bootstrap during setup rather than manually install reqs
pull/1324/head
Ross McFarland
2 months ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
2 additions and
2 deletions
-
.github/workflows/changelog.yml
|
|
|
@ -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 |