Skip to content

Commit

Permalink
setting up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Oct 28, 2024
1 parent 6728624 commit 04937a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:

- name: test snowflake
run: |
python -m pip install .[tests,snowflake]
python -m pip install pytest pytest-spark pypandoc
python -m pip install pyspark[connect]==3.5.1
python -m pip install .[dev]
pytest test/test_snowflake.py

0 comments on commit 04937a4

Please sign in to comment.