Browse Source
We need to bookstrap for changelog to be able to run
pull/1337/head
Ross McFarland
2 weeks ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
3 deletions
-
.github/workflows/slash_commands.yml
|
|
|
@ -44,9 +44,7 @@ jobs: |
|
|
|
python-version: 3.13 |
|
|
|
architecture: x64 |
|
|
|
- name: Install dependencies |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
pip install -r requirements.txt |
|
|
|
run: ./script/bootstrap |
|
|
|
|
|
|
|
# add the changelog entry |
|
|
|
- name: Changelog Create |
|
|
|
|