|
|
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
|
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
|
|
if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }}
|
|
if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }}
|