Skip to content

Commit

Permalink
Remove import step
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Jan 30, 2025
1 parent 9a63161 commit 17e99d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI
on: [push, pull_request]

jobs:
import:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -22,9 +22,5 @@ jobs:
- name: Sync
run: uv sync

- name: Import library
# This checks if we're triggering any syntax errors in older Python versions
run: uv run python -c "import mondantic"

- name: Run tests
run: uv run pytest

0 comments on commit 17e99d7

Please sign in to comment.