File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff 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 .
You can’t perform that action at this time.
0 commit comments