Skip to content

Commit 82d35d0

Browse files
committed
ci
1 parent 6244893 commit 82d35d0

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-35-g6ca46a6
2+
_commit: v0.0.7-36-gb375850
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
@@ -111,7 +111,7 @@ jobs:
111111
CODEARTIFACT_AUTH_TOKEN: 'faketoken'
112112
run: |
113113
# 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}' {} +
114+
find . -maxdepth 3 -type f -name "pyproject.toml" -exec sed -i '/^\[\[tool\.uv\.index\]\]/, /^\[\[/{s/^\(default = true\)$/\1\nname = "pypi"\nurl = "https:\/\/pypi.org\/simple\/"\n[[tool.uv.index]]/}' {} +
115115
cat pyproject.toml
116116
sh .devcontainer/manual-setup-deps.sh ${{ matrix.python-version }} --skip-lock
117117
# Add everything to git so that pre-commit recognizes the files and runs on them

0 commit comments

Comments
 (0)