Browse Source

Use script/bootstrap in slash_commands.yml

pull/1338/head
Ross McFarland 1 week ago
parent
commit
2a5820c8c6
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 5 additions and 3 deletions
  1. +4
    -0
      .changelog/beea81c9c138428aaf1d0d09e0b7120f.md
  2. +1
    -3
      .github/workflows/slash_commands.yml

+ 4
- 0
.changelog/beea81c9c138428aaf1d0d09e0b7120f.md View File

@ -0,0 +1,4 @@
---
type: none
---
Use script/bootstrap in slash_commands.yml

+ 1
- 3
.github/workflows/slash_commands.yml View File

@ -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


Loading…
Cancel
Save