workflow/lint: --setopt=install_weak_deps=False
All checks were successful
ci-lint / test (push) Successful in 34s
All checks were successful
ci-lint / test (push) Successful in 34s
This commit is contained in:
parent
914bceef3f
commit
c56709ae03
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: requirements
|
- name: 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 --no-docs in nodejs git-core python3-pip
|
dnf -yq --no-docs --setopt=install_weak_deps=False in nodejs git-core python3-pip
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue