Skip to content

Commit

Permalink
Use release branch for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichardson committed Aug 12, 2022
1 parent ac69061 commit 2aaf3b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Install FEniCS Python components (default branches/tags)
if: github.event_name != 'workflow_dispatch'
run: |
python3 -m pip install git+https://github.com/FEniCS/ufl.git
python3 -m pip install git+https://github.com/FEniCS/basix.git
python3 -m pip install git+https://github.com/FEniCS/ffcx.git
python3 -m pip install git+https://github.com/FEniCS/ufl.git@release
python3 -m pip install git+https://github.com/FEniCS/basix.git@release
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@release
- name: Install FEniCS Python components
if: github.event_name == 'workflow_dispatch'
run: |
Expand Down

0 comments on commit 2aaf3b2

Please sign in to comment.