chore: bump project version to 1.36.0 and add PIP_BREAK_SYSTEM_PACKAGES env to test workflow
- Update version string from 1.35.0 to 1.36.0 in pyproject.toml - Add PIP_BREAK_SYSTEM_PACKAGES: 1 environment variable to test job in .gitea/workflows/test.yml - Append changelog entry for version 1.36.0 with release notes and test addition summary
This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
env:
|
||||
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user