workflow/lint: fedora->ubuntu-24.04, +setup-python
Some checks failed
ci-lint / test (push) Failing after 6s

This commit is contained in:
Josh Lay 2025-10-19 09:59:12 -05:00
parent d5f3d34e46
commit c6e6ee5184
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -10,17 +10,18 @@ on: # yamllint disable-line rule:truthy
jobs:
test:
runs-on: docker
container:
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
runs-on: ubuntu-24.04
steps:
- name: nodejs/git/pip
- name: nodejs/git
run: |
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
dnf -yq --no-docs --setopt=install_weak_deps=False in nodejs git-core python3-pip
apt-get --no-install-recommends install nodejs git
- uses: actions/checkout@v4
- uses: actions/setup-python@v6
with:
python-version: '3.13'
cache: 'pip'
- name: cache '.ansible/collections'
id: cache-collections