Skip to content
Snippets Groups Projects
Commit d756931d authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: bump Python to 3.9 at `install-deps-freebsd`

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 3daf2399
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,11 @@ runs:
ninja \
icu \
libiconv \
python38 \
python39 \
autoconf \
automake \
libtool
which python3 || ln -s /usr/local/bin/python3.8 /usr/local/bin/python3
which python3 || ln -s /usr/local/bin/python3.9 /usr/local/bin/python3
python3 -m pip -V || curl -fsSL ${PIP_URL} | python3
shell: bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment