Skip to content

Commit acfaadc

Browse files
authored
chore: Simplify stable api docstrings (#1278)
* chore: simplify stable.v1 docstrings * temporarily comment-out marimo optional tests
1 parent 7d07dc1 commit acfaadc

File tree

3 files changed

+45
-296
lines changed

3 files changed

+45
-296
lines changed

.github/workflows/downstream_tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
matrix:
5656
python-version: ["3.12"]
5757
os: [ubuntu-latest]
58-
dependencies: ["core", "core,optional"]
58+
# temporarily commented out due to flaky tests
59+
# dependencies: ["core", "core,optional"]
60+
dependencies: ["core"]
5961

6062
runs-on: ${{ matrix.os }}
6163
steps:

0 commit comments

Comments
 (0)