Skip to content

Commit

Permalink
ci: need tomli for pyproject.toml to work
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 3a043ff
Author: Evan Chen <[email protected]>
Date:   Sat Jan 20 12:25:44 2024 -0500

    grumble

commit decbae0
Author: Evan Chen <[email protected]>
Date:   Sat Jan 20 12:24:15 2024 -0500

    smh

commit fff217e
Author: Evan Chen <[email protected]>
Date:   Sat Jan 20 12:22:48 2024 -0500

    fuck you

commit cf5be5b
Author: Evan Chen <[email protected]>
Date:   Sat Jan 20 12:20:10 2024 -0500

    wtf is going on
  • Loading branch information
vEnhance committed Jan 20, 2024
1 parent e7748bc commit 8a05da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
restore-keys: ${{ runner.os }}-pip
- name: Install dependencies
run: |
python -m pip install --upgrade ruff codespell
python -m pip install --upgrade ruff codespell tomli
- name: Run ruff
run: |
ruff check --output-format=github $(git ls-files '*.py')
Expand Down

0 comments on commit 8a05da2

Please sign in to comment.