Skip to content

Commit

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

0 comments on commit e60d015

Please sign in to comment.