Skip to content

Commit

Permalink
specify shell for syft install checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Apr 2, 2024
1 parent 4bf4235 commit 4784d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-post-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 4784d37

Please sign in to comment.