Skip to content
Snippets Groups Projects
Unverified Commit 3b4b9cd0 authored by Oliver Smith's avatar Oliver Smith
Browse files

gitlab-ci: install py3-tomli for py 3.10 tests (MR 2471)

pmbootstrap requires "tomli" if running with python < 3.11, so install
it.
parent 7e705704
No related branches found
No related tags found
1 merge request!2471CI: run pytest and install test against Python 3.10
Pipeline #209549 failed
......@@ -17,6 +17,8 @@ before_script: &global_before_scripts
# Force IPv4 for gitlab.postmarketos.org until it supports IPv6 too, OSUOSL is
# working on it (infra#195)
- "echo '140.211.167.182 gitlab.postmarketos.org' >> /etc/hosts"
# python 3.10 tests: need to have tomli installed, see pmb/helpers/toml.py
- "if grep -q VERSION_ID=3\\.17 /etc/os-release; then apk add py3-tomli; fi"
stages:
- lint
......
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