diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 9d003d9b2..cee7b48b9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -76,6 +76,12 @@ jobs: path: dist name: dist + # Workaround: install iDynTree for Python 3.11 + - name: iDynTree on Python 3.11 + if: contains(matrix.os, 'ubuntu') && matrix.python == '3.11' + shell: bash + run: pip install --pre idyntree + - name: Install wheel (ubuntu) if: contains(matrix.os, 'ubuntu') shell: bash