We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25b5af commit 17aefcaCopy full SHA for 17aefca
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.7-26-ge3aa2c8
+_commit: v0.0.7-27-g5f97e2a
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
@@ -108,7 +108,7 @@ jobs:
108
109
- name: install new dependencies
110
env:
111
- CODEARTIFACT_AUTH_TOKEN=faketoken
+ CODEARTIFACT_AUTH_TOKEN: 'faketoken'
112
run: |
113
sh .devcontainer/manual-setup-deps.sh ${{ matrix.python-version }} --skip-lock
114
# Add everything to git so that pre-commit recognizes the files and runs on them
0 commit comments