Skip to content

Commit

Permalink
Add workaround for iDynTree and Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 30, 2023
1 parent f7d170f commit c9a39f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9a39f1

Please sign in to comment.