Skip to content

Commit

Permalink
chore: run doctests on python310 because of dask
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 30, 2024
1 parent 63e0563 commit 4604153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ibis-docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: run doctest
- name: run doctests
# keep HOME because duckdb (which we use for doctests) wants to use
# that for extensions
run: nix develop --ignore-environment --keep HOME --keep HYPOTHESIS_PROFILE -c just doctest
run: nix develop '.#ibis310' --ignore-environment --keep HOME --keep HYPOTHESIS_PROFILE -c just doctest

- name: generate api docs
run: nix develop --ignore-environment -c just docs-apigen --verbose
Expand Down

0 comments on commit 4604153

Please sign in to comment.