Skip to content

Commit

Permalink
add workaround for cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Oct 12, 2024
1 parent 985d554 commit 69ae3db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/.tests-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
working-directory: poetry-plugin-export
run: poetry add --lock --group dev ../poetry

# This step can be removed after having released a poetry-plugin-export version
# that has cffi>=1.17.0 in its lock file.
- name: Force more recent cffi (workaround for Python 3.13)
working-directory: poetry-plugin-export
run: poetry update --lock cffi

- name: Install
working-directory: poetry-plugin-export
run: poetry install
Expand Down

0 comments on commit 69ae3db

Please sign in to comment.