Fix CI due to pycdlib dropping Python 2 support. (#4865) (#4869)

(cherry picked from commit 297de3011c)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-06-21 15:03:51 +02:00
committed by GitHub
parent d0b39271b3
commit 0a0b0cb42d
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
dependencies:
- setup_pkg_mgr
- setup_remote_tmp_dir
- setup_remote_constraints

View File

@@ -10,6 +10,7 @@
pip:
name: pycdlib
# state: latest
extra_args: "-c {{ remote_constraints }}"
register: install_pycdlib
- debug: var=install_pycdlib