mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
OpenShift 0.13.0 seems to screw something up. Let's stick to < 0.13.0. (#4161)
This commit is contained in:
parent
6495bea4c4
commit
a3cb2e897d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ source virtualenv.sh
|
|||
python --version
|
||||
pip --version
|
||||
pip show setuptools
|
||||
pip install openshift -c constraints.txt
|
||||
pip install 'openshift<0.13.0' -c constraints.txt
|
||||
|
||||
./server.py &
|
||||
|
||||
|
|
Loading…
Reference in a new issue