From bdf7c468b65d51a2ced8700ca4e7db05d3c8fccc Mon Sep 17 00:00:00 2001 From: neelasha23 Date: Wed, 24 Jan 2024 17:11:23 +0530 Subject: [PATCH] fix --- .github/workflows/ci-integration-db-sqlalchemy-v1.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-integration-db-sqlalchemy-v1.yaml b/.github/workflows/ci-integration-db-sqlalchemy-v1.yaml index b82654007..4e8fbc554 100644 --- a/.github/workflows/ci-integration-db-sqlalchemy-v1.yaml +++ b/.github/workflows/ci-integration-db-sqlalchemy-v1.yaml @@ -24,7 +24,6 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - if : ${{ steps.secret-check.outputs.available == 'true' }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }}