From 3f8cfa3b0af3933ab5eeb2d4d92d81e5c59cadcf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 8 Jul 2022 12:39:29 +0200 Subject: [PATCH] Always run pip_check in CI (#74706) --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f97a8e4208..5320b9fe474 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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