Skip to content

Commit 0c5fd53

Browse files
committed
[FIX] cbor2 patch not necessary any more
1 parent 85c8380 commit 0c5fd53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-migration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
- name: Requirements Installation
9393
run: |
9494
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
9695
pip install -q -r odoo/requirements.txt
9796
pip install -r ./openupgrade/requirements.txt
9897
pip install -U git+https://github.com/oca/openupgradelib

0 commit comments

Comments
 (0)