CI: Run the tests via EPEL

This commit is contained in:
Miro Hrončok 2023-06-15 00:09:06 +02:00
parent 6d5108510a
commit 71b892c42b

View File

@ -41,6 +41,8 @@
dir: python/marshalparser
run: "VERSION={{ pybasever }} SAMPLE=10 test_marshalparser_compatibility.sh"
required_packages:
- 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'
- 'https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm'
- gcc # for extension building in venv and selftest
- gcc-c++ # for test_cppext
- gdb # for test_gdb