Remove references to release poetry group
This commit is contained in:
parent
2c54f8b123
commit
a8907b911c
2 changed files with 1 additions and 2 deletions
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: ItsDrike/setup-poetry@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
install-args: "--without lint --without release"
|
||||
install-args: "--without lint"
|
||||
|
||||
- name: Run pytest
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue