CI: Run the tests via EPEL

This commit is contained in:
Tomáš Hrnčiar 2024-01-04 09:42:17 +01:00
parent 252d7159f6
commit b9dcbd06af
1 changed files with 2 additions and 0 deletions

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