CI: fix using all optional dependecies (#3251)

This commit is contained in:
dni ⚡ 2025-07-07 17:22:43 +02:00
parent 35e2c4b0a7
commit 69a7ef74fd
No known key found for this signature in database
GPG key ID: D1F416F29AD26E87
3 changed files with 85 additions and 4 deletions

View file

@ -43,9 +43,7 @@ runs:
shell: bash
run: |
poetry env use python${{ inputs.python-version }}
poetry install
# needed for conv tests
poetry add psycopg2-binary
poetry install --all-extras
- name: Use Node.js ${{ inputs.node-version }}
if: ${{ (inputs.npm == 'true') }}