Skip to content

Commit 673bb16

Browse files
committed
copier
1 parent ecdad6b commit 673bb16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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-33-geffce09
2+
_commit: v0.0.7-34-g4b41354
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
env:
111111
CODEARTIFACT_AUTH_TOKEN: 'faketoken'
112112
run: |
113+
# Remove any specification of a Python repository having a default other than PyPI...because in this CI pipeline we can only install from PyPI
114+
find . -maxdepth 3 -type f -name "pyproject.toml" -exec sed -i '/^\[\[tool\.uv\.index\]\]/, /^\[\[/{/^default = true$/d}' {} +
113115
sh .devcontainer/manual-setup-deps.sh ${{ matrix.python-version }} --skip-lock
114116
# Add everything to git so that pre-commit recognizes the files and runs on them
115117
git add .

0 commit comments

Comments
 (0)