Remove references to release poetry group
Some checks are pending
CI / validation (push) Waiting to run
CI / unit-tests (push) Waiting to run
CI / Produce Pull Request payload artifact (push) Waiting to run

This commit is contained in:
ItsDrike 2024-07-13 13:16:32 +02:00
parent 2c54f8b123
commit a8907b911c
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
uses: ItsDrike/setup-poetry@v1 uses: ItsDrike/setup-poetry@v1
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
install-args: "--without lint --without release" install-args: "--without lint"
- name: Run pytest - name: Run pytest
shell: bash shell: bash

View file

@ -19,7 +19,6 @@ jobs:
uses: ItsDrike/setup-poetry@v1 uses: ItsDrike/setup-poetry@v1
with: with:
python-version: 3.12 python-version: 3.12
install-args: "--without release"
- name: Pre-commit Environment Caching - name: Pre-commit Environment Caching
uses: actions/cache@v4 uses: actions/cache@v4