|
|
@ -44,9 +44,7 @@ jobs: |
|
|
python-version: 3.13 |
|
|
python-version: 3.13 |
|
|
architecture: x64 |
|
|
architecture: x64 |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
|
|
|
python -m pip install --upgrade pip |
|
|
|
|
|
pip install -r requirements.txt |
|
|
|
|
|
|
|
|
run: ./script/bootstrap |
|
|
|
|
|
|
|
|
# add the changelog entry |
|
|
# add the changelog entry |
|
|
- name: Changelog Create |
|
|
- name: Changelog Create |
|
|
|