We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8257239 + 0e9dcc3 commit cccd74cCopy full SHA for cccd74c
1 file changed
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Requirements Installation
89
run: |
90
sed -i -E "s/(gevent==)21\.8\.0( ; sys_platform != 'win32' and python_version == '3.10')/\122.10.2\2/;s/(greenlet==)1.1.2( ; sys_platform != 'win32' and python_version == '3.10')/\12.0.2\2/" odoo/requirements.txt
91
- sed -i -E "s/(^cbor2==)5\.4\.2/\15.6.2/" odoo/requirements.txt
+ sed -i -E "s/^cbor2==5.4.2([^.]|$)/cbor2==5.4.3\1/" odoo/requirements.txt
92
pip install -q -r odoo/requirements.txt
93
pip install -r ./openupgrade/requirements.txt
94
pip install -U git+https://github.com/oca/openupgradelib
0 commit comments