Skip to content

Commit

Permalink
Remove redundant/vestigial action steps
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph H Kennedy <me@jhkennedy.org>
  • Loading branch information
mfisher87 and jhkennedy committed Feb 10, 2025
1 parent 8aa7ce2 commit ad72de8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: astral-sh/setup-uv@v3.2.2
with:
enable-cache: true

- name: Setup nox
uses: wntrblm/nox@2024.10.09
with:
python-versions: ${{ matrix.python-version }}

- name: Typecheck
run: uv run mypy

Expand Down

0 comments on commit ad72de8

Please sign in to comment.