Skip to content

Commit

Permalink
CI: don't install Beautiful Soup
Browse files Browse the repository at this point in the history
aantron committed Oct 6, 2024
1 parent 5023aec commit d686cce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ 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 install js_of_ocaml --yes

0 comments on commit d686cce

Please sign in to comment.