Skip to content

Commit

Permalink
And CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Dec 21, 2022
1 parent 0e4cbe5 commit 8a9ba52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ version: 2.1
install-python-components: &install-python-components
name: Install FEniCS Python components
command: |
git clone https://github.com/FEniCS/basix.git --branch main --single-branch
git clone https://github.com/FEniCS/basix.git --branch release --single-branch
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -B build-dir -S ./basix/cpp
cmake --build build-dir --parallel 3
cmake --install build-dir
pip3 install ./basix/python
pip3 install git+https://github.com/FEniCS/ufl.git
pip3 install git+https://github.com/FEniCS/ffcx.git
pip3 install git+https://github.com/FEniCS/ufl.git@release
pip3 install git+https://github.com/FEniCS/ffcx.git@release
flake8-python-code: &flake8-python-code
name: Flake8 checks on Python code
Expand Down

0 comments on commit 8a9ba52

Please sign in to comment.