Skip to content

Commit 17aefca

Browse files
committed
CI syntax
1 parent f25b5af commit 17aefca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.7-26-ge3aa2c8
2+
_commit: v0.0.7-27-g5f97e2a
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: install new dependencies
110110
env:
111-
CODEARTIFACT_AUTH_TOKEN=faketoken
111+
CODEARTIFACT_AUTH_TOKEN: 'faketoken'
112112
run: |
113113
sh .devcontainer/manual-setup-deps.sh ${{ matrix.python-version }} --skip-lock
114114
# Add everything to git so that pre-commit recognizes the files and runs on them

0 commit comments

Comments
 (0)