Skip to content

Commit

Permalink
GHA: skip performance comparison with BS4
Browse files Browse the repository at this point in the history
It appears that BS4 is no longer available in the Ubuntu package repos,
and we don't really benefit much from comparing with it, so we can just
skip this test.
  • Loading branch information
aantron committed Mar 2, 2023
1 parent 52bad30 commit 416f4e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{matrix.ocaml}}
- run: sudo apt-get install python-bs4
- run: opam install --deps-only --with-test . --yes
- run: opam exec -- make test
- run: opam exec -- make performance-test
- run: opam lint
- if: ${{matrix.ocaml == '4.13.1'}}
env:
Expand Down

0 comments on commit 416f4e9

Please sign in to comment.