Skip to content

Commit

Permalink
hotfix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Nov 30, 2024
1 parent b42322b commit 96cf80a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Lint everything
run: uvx tomlscript lint
run: uv run ruff check --config ruff.toml

run-static-analysis:
runs-on: ubuntu-latest
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Run static analysis
run: uvx tomlscript typecheck
run: uv run mypy napytau --config-file=mypy.ini

run-tests:
runs-on: ubuntu-latest
Expand All @@ -49,4 +49,4 @@ jobs:
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Run tests
run: uvx tomlscript test
run: uv run pytest -rA

0 comments on commit 96cf80a

Please sign in to comment.