CI: fix using all optional dependecies (#3251)

This commit is contained in:
dni ⚡
2025-07-15 11:14:27 +02:00
parent 35e2c4b0a7
commit 69a7ef74fd
3 changed files with 85 additions and 4 deletions
+1 -3
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') }}