dnf install cannot be run as non-root
This commit is contained in:
parent
4c3ed6ec49
commit
51c24d51d1
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh'
|
run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh'
|
||||||
- smoke35:
|
- smoke35:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.5 METHOD=virtualenv-no-download INSTALL_OR_SKIP=true ./venv.sh'
|
run: VERSION=3.5 METHOD=virtualenv-no-download INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke36:
|
- smoke36:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh'
|
run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh'
|
||||||
|
|
@ -47,10 +47,10 @@
|
||||||
run: runuser testuser -c 'VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh'
|
run: runuser testuser -c 'VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh'
|
||||||
- smoke34_optional:
|
- smoke34_optional:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.4 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh'
|
run: VERSION=3.4 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke310_optional:
|
- smoke310_optional:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.10 METHOD=venv TOX=false INSTALL_OR_SKIP=true ./venv.sh'
|
run: VERSION=3.10 METHOD=venv TOX=false INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smokepypy:
|
- smokepypy:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh'
|
run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue