Remove references to release poetry group
This commit is contained in:
parent
2c54f8b123
commit
a8907b911c
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
|
||||
|
|
1
.github/workflows/validation.yml
vendored
1
.github/workflows/validation.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
|||
uses: ItsDrike/setup-poetry@v1
|
||||
with:
|
||||
python-version: 3.12
|
||||
install-args: "--without release"
|
||||
|
||||
- name: Pre-commit Environment Caching
|
||||
uses: actions/cache@v4
|
||||
|
|
Loading…
Reference in a new issue