raise to python3.11

This commit is contained in:
2023-12-12 21:21:58 +01:00
parent 0f6601ecd9
commit 5d7ca9172b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
apk add --update libmagic
pip3.10 install -r requirements.txt
pip3.11 install -r requirements.txt
pwd
sh tests/start_tests.sh
cp tests/coverage/coverage.xml ./coverage.xml
cp tests/coverage/report.xml ./report.xml
python3.10 tests/get_coverage_percent.py
python3.11 tests/get_coverage_percent.py