f7ff4c979b
All normal CI jobs use wheels that have been built previously, but possibly are no longer buildable with the current set of requirements. Add jobs that do not use these wheels to the experimental pipeline for now. Change-Id: Id2a5bca02ad37b5fbe3391ece9944112234ac52a
10 lines
188 B
YAML
10 lines
188 B
YAML
- hosts: all
|
|
|
|
tasks:
|
|
- name: Drop wheel mirror from pip.conf
|
|
become: yes
|
|
lineinfile:
|
|
path: /etc/pip.conf
|
|
regexp: "^extra-index-url"
|
|
state: absent
|