Skip to content

Commit

Permalink
fixup! fixup! fixup! modernise
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Jan 20, 2025
1 parent 26ef802 commit f7e5ff5
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 @@ -16,8 +16,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: pip install tox wheel
- uses: pre-commit-ci/[email protected]
if: always()
run: pip install tox wheel setuptools pre-commit
- name: Run lint
run: pre-commit run -a
- name: Run tests
run: tox -e py

0 comments on commit f7e5ff5

Please sign in to comment.