Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 16, 2023
1 parent b767de3 commit 86314cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flake8 --statistics .
- name: Check documentation style
run: |
python -m pip install pydocstyle
python -m pip install pydocstyle[toml]
python -m pydocstyle ufl/
- name: Install UFL
run: python -m pip install .[ci]
Expand Down

0 comments on commit 86314cf

Please sign in to comment.