updated workflow

This commit is contained in:
Christopher Pickering 2022-01-24 09:28:49 -06:00
parent 904c9003b0
commit d451966098
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -18,9 +18,14 @@ jobs:
- name: Update python deps
run: |
pip install poetry-up
python -m pip install tox poetry tox-poetry poetry-up
poetry-up --install
- name: python format
run: |
python -m pip install tox poetry tox-poetry
tox -e isort,black
- name: Update npm packages
run: |
cd docs
@ -32,10 +37,7 @@ jobs:
cd docs
npm run format
- name: python format
run: |
python -m pip install tox poetry tox-poetry
tox -e isort,black
# - name: Stage, commit and push files
# uses: stefanzweifel/git-auto-commit-action@v4