We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1a358 commit 382bc39Copy full SHA for 382bc39
.github/workflows/pythonapp.yml
@@ -42,8 +42,6 @@ jobs:
42
pip install git+https://github.com/FEniCS/basix.git
43
- name: Install FFCx
44
run: pip install .[ci]
45
- - name: Lint with flake8
46
- run: flake8 --statistics ffcx/ test/
47
- name: Static check with mypy
48
run: mypy ffcx/
49
if: matrix.python-version != '3.12'
0 commit comments