Skip to content

Commit

Permalink
Remove linting from CircleCI - covered by Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Apr 17, 2024
1 parent 1a63fa7 commit 05cb648
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ install-python-components: &install-python-components
pip3 install git+https://github.com/FEniCS/ufl.git
pip3 install git+https://github.com/FEniCS/ffcx.git
ruff-isort-python-code: &ruff-isort-python-code
name: ruff checks on Python code
command: |
cd python/
ruff check .
ruff format --check .
configure-cpp: &configure-cpp
name: Configure (C++)
command: mkdir -p build && cd build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer ../cpp/
Expand Down Expand Up @@ -100,7 +93,6 @@ jobs:
steps:
- checkout
- run: *install-python-components
- run: *ruff-isort-python-code
- run: *configure-cpp
- run: *build-install-cpp

Expand Down Expand Up @@ -130,7 +122,6 @@ jobs:
steps:
- checkout
- run: *install-python-components
- run: *ruff-isort-python-code
- run: *configure-cpp
- run: *build-install-cpp

Expand Down

0 comments on commit 05cb648

Please sign in to comment.