Skip to content

Commit f49710a

Browse files
DenizAltunkapanbri-harris
authored andcommitted
fix: Remove pyml pin to resolve dependency conflict with Infer
1 parent d1f7ec5 commit f49710a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/infer.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
- name: Set up OCaml
2424
uses: ocaml/setup-ocaml@v3
2525
with:
26-
ocaml-compiler: 4.14.0
27-
28-
- name: Pin pyml to required version
29-
run: |
30-
opam pin add pyml 20220905 --yes
26+
ocaml-compiler: 5
3127

3228
- name: Get current year/weak
3329
run: echo "year_week=$(date +'%Y_%U')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)