Skip to content

Commit

Permalink
alternative way
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed May 10, 2024
1 parent f8c41b1 commit 9c855ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
python3 -m pip install -q --no-cache-dir -e .[complete]
python3 -m pip list
- name: test
env:
DASK_DATAFRAME__QUERY_PLANNING: False
run: |
python3 -m pytest
DASK_DATAFRAME__QUERY_PLANNING=False python3 -m pytest
doctest:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 9c855ac

Please sign in to comment.