We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5097824 commit 72f907fCopy full SHA for 72f907f
.github/scripts/main/solvers.sh
@@ -17,7 +17,7 @@ case "$SOLVER" in
17
if [[ $RUNNER_OS = 'macOS' ]]; then
18
# brew may require extra flags to override the system-installed python,
19
# so we assume the presence of python3 on the macOS runners.
20
- opam option --global 'depext-bypass=["python@3"]'
+ opam option --global 'depext-bypass=["python@3.9"]'
21
fi
22
;;
23
0install)
0 commit comments