Skip to content

Commit fa8c71c

Browse files
Version fix
1 parent f729c75 commit fa8c71c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939

4040
- name: Install FEniCS Python components
4141
run: |
42-
python3 -m pip install git+https://github.com/FEniCS/ufl.git
43-
python3 -m pip install git+https://github.com/FEniCS/basix.git
44-
python3 -m pip install git+https://github.com/FEniCS/ffcx.git
42+
python3 -m pip install git+https://github.com/FEniCS/ufl.git@2022.1.0
43+
python3 -m pip install git+https://github.com/FEniCS/basix.git@version-0.4.0
44+
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@version-0.4.0
4545
- name: Flake8 checks
4646
run: |
4747
cd python/

0 commit comments

Comments
 (0)