Skip to content

Commit

Permalink
Remove outdate iDynTree workaround
Browse files Browse the repository at this point in the history
Now we have released wheels for python 3.11 and 3.12
  • Loading branch information
diegoferigo committed Jan 24, 2024
1 parent c32f461 commit 8471dbd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ 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 8471dbd

Please sign in to comment.