Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMiola committed Oct 14, 2024
1 parent 91c3f82 commit 656f689
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ jobs:
- name: Run tests
run: |
cd marimo
hatch run test:test -v tests/ -k "not test_cli"
hatch run test-optional:test -v tests/ -k "not test_cli"
timeout-minutes: 10
hatch run +py=${{ matrix.python-version }} test:test -v tests/ -k "not test_cli"
hatch run +py=${{ matrix.python-version }} test-optional:test -v tests/ -k "not test_cli"
- name: Run typechecks
run: |
cd marimo
Expand Down

0 comments on commit 656f689

Please sign in to comment.