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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue