Skip to content

Commit d15379c

Browse files
committed
copier
1 parent c279c9d commit d15379c

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-44-gea357db
2+
_commit: v0.0.8-1-g7ff0593
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
@@ -112,8 +112,8 @@ jobs:
112112
113113
- name: install new dependencies
114114
env:
115+
# Provide a fake token so it doesn't attempt to access AWS to generate a new one when the script is run if CodeArtifact is set as the registry
115116
CODEARTIFACT_AUTH_TOKEN: 'faketoken'
116-
UV_NO_CACHE: 'true'
117117
run: |
118118
# Remove any specification of a Python repository having a default other than PyPI...because in this CI pipeline we can only install from PyPI
119119
python $RUNNER_TEMP/replace_private_package_registries.py

0 commit comments

Comments
 (0)