We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601b048 commit 078fcd3Copy full SHA for 078fcd3
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier.
2
-_commit: 1.11.3
+_commit: 1.11.5
3
_src_path: gh:pawamoy/copier-uv
4
author_email: dev@pawamoy.fr
5
author_fullname: Timothée Mazzucotelli
.github/workflows/ci.yml
@@ -47,6 +47,7 @@ jobs:
47
python-version: "3.15-dev"
48
49
runs-on: ${{ matrix.os }}
50
+ continue-on-error: true
51
52
steps:
53
- name: Checkout
@@ -113,6 +114,7 @@ jobs:
113
114
resolution: lowest-direct
115
- os: windows-latest
116
117
+
118
119
continue-on-error: true
120
0 commit comments