We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9af6eb commit 2f57b39Copy full SHA for 2f57b39
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.7-39-g1efb56b
+_commit: v0.0.7-40-gba2c9c5
3
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
.github/workflows/ci.yaml
@@ -57,6 +57,7 @@ jobs:
57
lint-matrix:
58
needs: [ pre-commit ]
59
strategy:
60
+ fail-fast: false
61
matrix:
62
os:
63
- "ubuntu-24.04"
0 commit comments