diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index f3e5720..799bd1c 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -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() }}