Faustin Lammler 2023-09-20 13:53:52 +02:00
parent d2e37ff15b
commit 2887615fd7
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
4 changed files with 0 additions and 12 deletions

View File

@ -45,9 +45,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
# see: https://github.com/actions/runner-images/issues/7753
- name: Downgrade podman
run: sudo apt install podman=3.4.4+ds1-1ubuntu1 --allow-downgrades
# This is necessary on GH Actions to allow running systemd in rootless containers
# see: https://github.com/actions/virtual-environments/issues/3536
# see: https://github.com/ansible-community/molecule/discussions/3155

View File

@ -52,9 +52,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
# see: https://github.com/actions/runner-images/issues/7753
- name: Downgrade podman
run: sudo apt install podman=3.4.4+ds1-1ubuntu1 --allow-downgrades
# This is necessary on GH Actions to allow running systemd in rootless containers
# see: https://github.com/actions/virtual-environments/issues/3536
# see: https://github.com/ansible-community/molecule/discussions/3155

View File

@ -52,9 +52,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
# see: https://github.com/actions/runner-images/issues/7753
- name: Downgrade podman
run: sudo apt install podman=3.4.4+ds1-1ubuntu1 --allow-downgrades
# This is necessary on GH Actions to allow running systemd in rootless containers
# see: https://github.com/actions/virtual-environments/issues/3536
# see: https://github.com/ansible-community/molecule/discussions/3155

View File

@ -100,9 +100,6 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
# see: https://github.com/actions/runner-images/issues/7753
- name: Downgrade podman
run: sudo apt install podman=3.4.4+ds1-1ubuntu1 --allow-downgrades
# This is necessary on GH Actions to allow running systemd in rootless containers
# see: https://github.com/actions/virtual-environments/issues/3536
# see: https://github.com/ansible-community/molecule/discussions/3155