Skip to content

Drop CentOS 8 Stream support and add AlmaLinux support #805

Drop CentOS 8 Stream support and add AlmaLinux support

Drop CentOS 8 Stream support and add AlmaLinux support #805

Workflow file for this run

name: CI
on: pull_request
jobs:
jjb:
runs-on: ubuntu-latest
name: Jenkins Job Builder
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run tests
run: |
./test