Skip to content

Commit

Permalink
chore: Simplify stable api docstrings (#1278)
Browse files Browse the repository at this point in the history
* chore: simplify stable.v1 docstrings

* temporarily comment-out marimo optional tests
  • Loading branch information
MarcoGorelli authored Oct 29, 2024
1 parent 7d07dc1 commit acfaadc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 296 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
matrix:
python-version: ["3.12"]
os: [ubuntu-latest]
dependencies: ["core", "core,optional"]
# temporarily commented out due to flaky tests
# dependencies: ["core", "core,optional"]
dependencies: ["core"]

runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit acfaadc

Please sign in to comment.