We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c8380 commit 0c5fd53Copy full SHA for 0c5fd53
.github/workflows/test-migration.yml
@@ -92,7 +92,6 @@ jobs:
92
- name: Requirements Installation
93
run: |
94
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
95
- sed -i -E "s/(^cbor2==)5\.4\.2/\15.6.2/" odoo/requirements.txt
96
pip install -q -r odoo/requirements.txt
97
pip install -r ./openupgrade/requirements.txt
98
pip install -U git+https://github.com/oca/openupgradelib
0 commit comments