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:
parent
a38df046a4
commit
69b034b263
23 changed files with 102 additions and 29 deletions
8
.github/workflows/podman_volume_info.yml
vendored
8
.github/workflows/podman_volume_info.yml
vendored
|
|
@ -5,7 +5,8 @@ on:
|
|||
paths:
|
||||
- '.github/workflows/podman_volume_info.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/containers/podman_volume_info.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_volume_info.yml'
|
||||
- 'plugins/modules/podman_volume_info.py'
|
||||
- 'plugins/modules/podman_volume.py'
|
||||
- 'tests/integration/targets/podman_volume_info/**'
|
||||
|
|
@ -15,7 +16,8 @@ on:
|
|||
paths:
|
||||
- '.github/workflows/podman_volume_info.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/containers/podman_volume_info.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_volume_info.yml'
|
||||
- 'plugins/modules/podman_volume_info.py'
|
||||
- 'plugins/modules/podman_volume.py'
|
||||
- 'tests/integration/targets/podman_volume_info/**'
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue