Skip to content

Commit

Permalink
Add pipeline change to test installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jvasquezrojas committed Nov 28, 2024
1 parent 6741c23 commit f7650c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compare-versions-pip-and-pipx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
run: |
python -m pip install snowflake-cli
- name: Test snow installation
run: |
snow --help
snow --version
- name: Store snow version
run: |
snow_version=$(snow --version)
Expand Down

0 comments on commit f7650c2

Please sign in to comment.