Skip to content

Commit

Permalink
simplify marimo in downstream_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick authored Oct 18, 2024
1 parent 736a360 commit 8cbf636
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,16 @@ jobs:
- name: show-deps
run: uv pip freeze
- name: Create assets directory, copy over index.html
continue-on-error: true
run: |
mkdir -p marimo/marimo/_static/assets
cp marimo/frontend/index.html marimo/marimo/_static/index.html
cp marimo/frontend/public/favicon.ico marimo/marimo/_static/favicon.ico
- name: Run tests with minimal dependencies
if: ${{ matrix.dependencies == 'core' }}
run: |
cd marimo
hatch run +py=${{ matrix.python-version }} test:test -v tests/ -k "not test_cli"
timeout-minutes: 15
- name: Run tests with optional dependencies
- name: Run tests with full dependencies
if: ${{ matrix.dependencies == 'core,optional' }}
run: |
cd marimo
hatch run +py=${{ matrix.python-version }} test-optional:test -v tests/ -k "not test_cli"
hatch run +py=${{ matrix.python-version }} test-optional:test-narwhals
timeout-minutes: 15
- name: Run typechecks
run: |
Expand Down

0 comments on commit 8cbf636

Please sign in to comment.