Skip to content

Commit

Permalink
Add coq-equations to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrott committed Oct 16, 2024
1 parent 01fc195 commit fa2e41b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
opam pin add coq ${{ matrix.coq-version }}
opam install coq-lsp
- name: Install coq-equations
if: steps.cache-opam-restore.outputs.cache-hit != 'true'
run: |
opam install coq-equations
- name: Install coqpyt
run: |
pip install -e .
Expand Down

0 comments on commit fa2e41b

Please sign in to comment.