Skip to content

Commit

Permalink
#90: Use make recipes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed May 17, 2024
1 parent 48f1d22 commit 72fab5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: 'Install Movement'
run: |
. /home/firedrake/firedrake/bin/activate
python -m pip install -e .
make install
- name: 'Check citation'
run: |
. /home/firedrake/firedrake/bin/activate
cffconvert --validate
make check_citation
- name: 'Lint'
if: ${{ always() }}
Expand Down

0 comments on commit 72fab5c

Please sign in to comment.