Skip to content

pipx package and bash not found error when using the composite action #37

@ag-exp

Description

@ag-exp

Referring to - https://github.com/snowflakedb/snowflake-cli-action

  -   - name: Install pipx
    run: |
       python -m pip install --user pipx
       echo 'PATH=$HOME/.local/bin:$PATH' >> $GITHUB_ENV
       echo $PATH
       
    
  - name: Test Snowcli
    uses: snowflakedb/snowflake-cli-action@v1.5
    with:
      cli-version: "latest"
      default-config-file-path: "config.toml"

Error seen

/home/runner/work/_actions/snowflakedb/snowflake-cli-action/v1.5/scripts/install-snowcli.sh: line 15: pipx: command not found

Similar error encountered with bash as well when trying to fix up path in previous step.

/home/runner/_work/_temp/d6099e8b-cbc3-4e6e-b7aa-76fc71a893ba.sh: line 1: bash: command not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions