CI: fix using all optional dependecies (#3251)
This commit is contained in:
parent
35e2c4b0a7
commit
69a7ef74fd
3 changed files with 85 additions and 4 deletions
4
.github/actions/prepare/action.yml
vendored
4
.github/actions/prepare/action.yml
vendored
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue