From 4784d3741e59c381e87ba82f8a8aaa18cca92846 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Tue, 2 Apr 2024 17:01:35 +0530 Subject: [PATCH] specify shell for syft install checks workflow --- .github/workflows/cd-post-release-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd-post-release-tests.yml b/.github/workflows/cd-post-release-tests.yml index 63f7fd38e5f..34f34baaf2f 100644 --- a/.github/workflows/cd-post-release-tests.yml +++ b/.github/workflows/cd-post-release-tests.yml @@ -169,6 +169,7 @@ jobs: ${{ runner.os }}-pip-py${{ matrix.python-version }}- - name: Install Syft + shell: bash run: | if [[ ${{inputs.release_platform}} == "REAL_PYPI" ]]; then pip install syft==${{inputs.syft_version}}