Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Apr 5, 2024
1 parent e341ae8 commit eee8dc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
dependencies: ["core", "core,optional"]
python-version: ["3.8"]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -46,12 +45,12 @@ jobs:
pip install .[dev]
- name: Lint
run: |
marimo-dev-env\\Scripts\\activate
source marimo-dev-env/bin/activate
ruff check marimo/
- name: Typecheck
if: ${{ matrix.python-version == '3.9' || matrix.python-version == '3.10' }}
run: |
marimo-dev-env\\Scripts\\activate
source marimo-dev-env/bin/activate
mypy --config-file pyproject.toml marimo/
# Test with minimal dependencies
- name: Test with minimal dependencies
Expand Down

0 comments on commit eee8dc9

Please sign in to comment.