Skip to content

Commit

Permalink
Remove bigquery test to prevent failures due to billing
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus committed Jul 12, 2024
1 parent 87721ce commit 16fd550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
pip install --upgrade pip
pip install '.[test,snowpark,pyspark,pandas,duckdb,bigquery,polars,dagster,cloud,pdf,daft]'
coverage run -m pytest test/unit
coverage run -m pytest --ignore=test/unit/bigquery test/unit
coverage xml -o coverage.xml
env:
SF_ACCOUNT: ${{ secrets.SF_ACCOUNT }}
Expand Down

0 comments on commit 16fd550

Please sign in to comment.