updated workflow

This commit is contained in:
Christopher Pickering 2022-01-24 09:50:31 -06:00
parent fe71dc86dd
commit e3844193fc
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -27,7 +27,10 @@ jobs:
tox -e isort,black
- name: Pre-commit update
run: pre-commit autoupdate
run: |
pip install pre-commit
pre-commit install
pre-commit autoupdate
- name: Update npm packages
run: |