Skip to content

Commit

Permalink
chore: add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMiola committed Oct 11, 2024
1 parent fbb91d4 commit 16e9512
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
uv pip install -e . --system
- name: show-deps
run: uv pip freeze
- name: Create assets directory, copy over index.html
run: |
mkdir -p marimo/_static/assets
cp frontend/index.html marimo/_static/index.html
cp frontend/public/favicon.ico marimo/_static/favicon.ico
- name: Run test with minimal dependencies
if: ${{ matrix.dependencies == 'core' }}
run: |
Expand All @@ -95,8 +100,7 @@ jobs:
run: |
hatch run +py=${{ matrix.python-version }} test-optional:test -v tests/ -k "not test_cli"
- name: Run typechecks
run: |
hatch run typecheck:check
run: hatch run typecheck:check

scikit-lego:
strategy:
Expand Down

0 comments on commit 16e9512

Please sign in to comment.