File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -87,21 +87,16 @@ jobs:
87
87
- name : show-deps
88
88
run : uv pip freeze
89
89
- name : Create assets directory, copy over index.html
90
+ continue-on-error : true
90
91
run : |
91
92
mkdir -p marimo/marimo/_static/assets
92
93
cp marimo/frontend/index.html marimo/marimo/_static/index.html
93
94
cp marimo/frontend/public/favicon.ico marimo/marimo/_static/favicon.ico
94
- - name : Run tests with minimal dependencies
95
- if : ${{ matrix.dependencies == 'core' }}
96
- run : |
97
- cd marimo
98
- hatch run +py=${{ matrix.python-version }} test:test -v tests/ -k "not test_cli"
99
- timeout-minutes : 15
100
- - name : Run tests with optional dependencies
95
+ - name : Run tests with full dependencies
101
96
if : ${{ matrix.dependencies == 'core,optional' }}
102
97
run : |
103
98
cd marimo
104
- hatch run +py=${{ matrix.python-version }} test-optional:test -v tests/ -k "not test_cli"
99
+ hatch run +py=${{ matrix.python-version }} test-optional:test-narwhals
105
100
timeout-minutes : 15
106
101
- name : Run typechecks
107
102
run : |
You can’t perform that action at this time.
0 commit comments