workflow/lint: fedora->ubuntu-24.04, +setup-python
Some checks failed
ci-lint / test (push) Failing after 6s
Some checks failed
ci-lint / test (push) Failing after 6s
This commit is contained in:
parent
d5f3d34e46
commit
c6e6ee5184
1 changed files with 7 additions and 6 deletions
|
@ -10,17 +10,18 @@ on: # yamllint disable-line rule:truthy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: ubuntu-24.04
|
||||||
container:
|
|
||||||
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: nodejs/git/pip
|
- name: nodejs/git
|
||||||
run: |
|
run: |
|
||||||
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
apt-get --no-install-recommends install nodejs git
|
||||||
dnf -yq --no-docs --setopt=install_weak_deps=False in nodejs git-core python3-pip
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v6
|
||||||
|
with:
|
||||||
|
python-version: '3.13'
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: cache '.ansible/collections'
|
- name: cache '.ansible/collections'
|
||||||
id: cache-collections
|
id: cache-collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue