Always run pip_check in CI (#74706)

This commit is contained in:
Franck Nijhof 2022-07-08 12:39:29 +02:00 committed by GitHub
parent 06530ebfa1
commit 3f8cfa3b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,6 @@ jobs:
pip-check:
runs-on: ubuntu-20.04
if: needs.info.outputs.requirements == 'true' || github.event.inputs.full == 'true'
needs:
- info
- base