CI: Run the tests via EPEL

This commit is contained in:
Miro Hrončok 2023-06-15 00:09:06 +02:00
parent f03b852dec
commit 990b7de395
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
dir: python/marshalparser
run: VERSION=3.9 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
- gdb # for test_gdb
- python3.9 # the test subject