Skip to content

Commit c6e1351

Browse files
committed
More debug
1 parent 82d35d0 commit c6e1351

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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-36-gb375850
2+
_commit: v0.0.7-37-gbc06055
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
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
114114
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]]/}' {} +
115+
ls uv.* -a
115116
cat pyproject.toml
116117
sh .devcontainer/manual-setup-deps.sh ${{ matrix.python-version }} --skip-lock
117118
# Add everything to git so that pre-commit recognizes the files and runs on them

0 commit comments

Comments
 (0)