use pip
This commit is contained in:
parent
bb26972dde
commit
c970a846f3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- '3.13'
|
- '3.13'
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- run: pipx install poetry
|
- run: pip install --break-system-packages poetry
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue