Skip to content

Commit

Permalink
GH-142: Fix config for regression tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptometer committed Mar 5, 2024
1 parent 0f1106b commit e1a8190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
eval $(opam env)
opam update
opam pin add satysfi ${{ matrix.satysfi-version }}
opam pin add --verbose --yes "."
opam pin add satysfi-base.opam "file://${PWD}"
satyrographos install -l base
- name: Run regression tests
run: |
Expand Down

0 comments on commit e1a8190

Please sign in to comment.