Skip to content

Commit 08b7219

Browse files
committed
Opam eval for build phase in FPTaylor
1 parent 31dd89c commit 08b7219

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/fptaylor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install OCaml dependencies
2323
run: |
2424
opam install -y num
25-
eval $(opam env)
2625
2726
- name: Set up Python 3.7
2827
uses: actions/setup-python@v4
@@ -48,7 +47,9 @@ jobs:
4847
# make
4948

5049
- name: Build FPTaylor
51-
run: make
50+
run: |
51+
eval $(opam env)
52+
make
5253
5354
- name: Create FPTaylor compiled directory
5455
run: |

0 commit comments

Comments
 (0)