CI: fix using all optional dependecies (#3251)

This commit is contained in:
dni ⚡
2025-07-07 18:22:43 +03:00
committed by GitHub
parent 3f4d778c95
commit c2739188d0
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') }}