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 439acab commit 7137a77
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 @@ -87,6 +87,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 7137a77

Please sign in to comment.