Skip to content

Commit

Permalink
CI filter
Browse files Browse the repository at this point in the history
  • Loading branch information
arunjose696 committed May 22, 2024
1 parent 3aa554c commit df6b6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
unidist: ${{ steps.filter.outputs.unidist }}
engines: ${{ steps.engines.outputs.engines }}
experimental: ${{ steps.experimental.outputs.experimental }}
test-small-query-compiler: ${{ steps.filter.outputs.test-small-query-compiler }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -636,7 +637,7 @@ jobs:
- run: python -m pytest modin/tests/experimental/spreadsheet/test_general.py

test-small-query-compiler:
needs: [changes, lint-flake8, lint-black, test-api, test-headers]
needs: [ lint-flake8]
if: ${{ needs.changes.outputs.test-small-query-compiler == 'true' }}
runs-on: ubuntu-latest
defaults:
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,3 @@ exclude_lines =
raise ImportError
assert
pass

[pytest]
addopts = --env=MODIN_USE_PLAIN_PANDAS_QUERY_COMPILER=True

0 comments on commit df6b6dc

Please sign in to comment.