Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jan 20, 2024
1 parent 5097824 commit 72f907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/main/solvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ case "$SOLVER" in
if [[ $RUNNER_OS = 'macOS' ]]; then
# brew may require extra flags to override the system-installed python,
# so we assume the presence of python3 on the macOS runners.
opam option --global 'depext-bypass=["python@3"]'
opam option --global 'depext-bypass=["python@3.9"]'
fi
;;
0install)
Expand Down

0 comments on commit 72f907f

Please sign in to comment.