workflow/lint: pycache: use lts, drop fedora
Some checks failed
ci-lint / test (push) Failing after 27s
Some checks failed
ci-lint / test (push) Failing after 27s
This commit is contained in:
parent
48e05250e5
commit
16561dbe62
1 changed files with 9 additions and 8 deletions
|
@ -10,20 +10,21 @@ on: # yamllint disable-line rule:truthy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: lts
|
||||||
container:
|
# runs-on: docker
|
||||||
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
# container:
|
||||||
|
# image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Action Requirements
|
# - name: Action Requirements
|
||||||
run: |
|
# run: |
|
||||||
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
# echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
||||||
dnf -yq install nodejs git pipx
|
# dnf -yq install nodejs git pipx
|
||||||
|
|
||||||
- uses: actions/checkout@v4 # v5 needs nodejs 24+, f42 ships 22
|
- uses: actions/checkout@v4 # v5 needs nodejs 24+, f42 ships 22
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.14'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: ansible/collections
|
- name: ansible/collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue