Skip to content

Commit

Permalink
ci: Fix Copier install through uv on Python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 23, 2024
1 parent 986c947 commit c0dbb46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
cache-suffix: py${{ matrix.python-version }}

- name: Install Copier
env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
run: uv tool install copier --with copier-templates-extensions

- name: Test project generation and workflow
Expand Down

0 comments on commit c0dbb46

Please sign in to comment.