Skip to content

Commit

Permalink
Temporary limit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Sep 12, 2024
1 parent fac49a2 commit d0c30d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python_version: ["3.10"]
pytest_args: [tests --ignore=tests/tpch]
pytest_args: [tests/geospatial/test_zonal_average.py --ignore=tests/tpch]
extra-env: [""]
name_prefix: [tests]
include:
Expand Down

0 comments on commit d0c30d3

Please sign in to comment.