chore(build): update poetry version requirement to >=2.0.0 in build workflow
This commit is contained in:
@@ -103,7 +103,7 @@ jobs:
|
||||
if: |
|
||||
github.event_name == 'push' ||
|
||||
(github.event_name == 'workflow_dispatch' && inputs.build_linux == true)
|
||||
run: python -m pip install --upgrade pip poetry==1.8.5
|
||||
run: python -m pip install --upgrade pip poetry>=2.0.0
|
||||
|
||||
- name: Sync versions
|
||||
if: |
|
||||
|
||||
Reference in New Issue
Block a user