Skip to content

Use python3.11 on EL8 for package json filtering #728

Use python3.11 on EL8 for package json filtering

Use python3.11 on EL8 for package json filtering #728

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