diff --git a/.github/workflows/cd-post-release-tests.yml b/.github/workflows/cd-post-release-tests.yml index e0c6f2abde5..4e8541906ae 100644 --- a/.github/workflows/cd-post-release-tests.yml +++ b/.github/workflows/cd-post-release-tests.yml @@ -48,7 +48,7 @@ jobs: - name: Install Syft run: | - pip install syft==${{ github.event.inputs.syft_version }} + pip install syft[data_science]==${{ github.event.inputs.syft_version }} - name: Hagrid Version run: |