1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Fix yaml python dep in root tests (#96)

Use different python interpretators for root and rootless tests,
as it's a problem in Ubuntu 18.
This commit is contained in:
Sergey 2020-08-03 14:49:55 +03:00 committed by GitHub
parent a38df046a4
commit 69b034b263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 102 additions and 29 deletions

View file

@ -5,7 +5,8 @@ on:
paths:
- '.github/workflows/podman_image.yml'
- 'ci/*.yml'
- 'ci/containers/podman_image.yml'
- 'ci/run_containers_tests.sh'
- 'ci/playbooks/containers/podman_image.yml'
- 'plugins/modules/podman_image.py'
- 'plugins/modules/podman_image_info.py'
- 'tests/integration/targets/podman_image/**'
@ -15,7 +16,8 @@ on:
paths:
- '.github/workflows/podman_image.yml'
- 'ci/*.yml'
- 'ci/containers/podman_image.yml'
- 'ci/run_containers_tests.sh'
- 'ci/playbooks/containers/podman_image.yml'
- 'plugins/modules/podman_image.py'
- 'plugins/modules/podman_image_info.py'
- 'tests/integration/targets/podman_image/**'
@ -56,6 +58,8 @@ jobs:
- name: Upgrade pip and display Python and PIP versions
run: |
sudo apt-get update
sudo apt-get install -y python*-wheel python*-yaml
python -m pip install --upgrade pip
python -V
pip --version