Skip to content

Commit

Permalink
SNOW-1324105-dependency-pinning: remove duplicated command in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Apr 15, 2024
1 parent 394f6a4 commit 514087a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
python -m hatch build
- name: Install and check import
run: |
pip install dist/snowflake-sqlalchemy
python -m pip install dist/snowflake_sqlalchemy-1.5.2-py3-none-any.whl
python -m pip install dist/snowflake_sqlalchemy-*.whl
python -c "import snowflake.sqlalchemy; print(snowflake.sqlalchemy.__version__)"
test-dialect:
Expand Down

0 comments on commit 514087a

Please sign in to comment.