split runs in action
All checks were successful
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Successful in 53s
Test suites / pylint (pull_request) Successful in 34s
Test suites / formatting (pull_request) Successful in 27s
Test suites / mypy (pull_request) Successful in 30s
Test suites / reuse (pull_request) Successful in 7s
All checks were successful
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Successful in 53s
Test suites / pylint (pull_request) Successful in 34s
Test suites / formatting (pull_request) Successful in 27s
Test suites / mypy (pull_request) Successful in 30s
Test suites / reuse (pull_request) Successful in 7s
This commit is contained in:
@@ -12,8 +12,8 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
||||
- name: Install poetry
|
||||
run: pip install poetry
|
||||
- name: Install poetry package
|
||||
run: poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user