Skip to content

Commit abb6da7

Browse files
committed
on create
1 parent 80d509c commit abb6da7

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-16-g31112c5
2+
_commit: v0.0.7-17-g9d45bba
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

template/.devcontainer/on-create-command.sh.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ git config --global --add safe.directory /workspaces/{% endraw %}{{ repo_name }}
77

88
sh .devcontainer/on-create-command-boilerplate.sh
99

10-
sh .devcontainer/manual-setup-deps.sh
10+
{% endraw %}{% if python_package_registry is not defined or python_package_registry == "PyPi" %}{% raw %}sh .devcontainer/manual-setup-deps.sh{% endraw %}{% endif %}{% raw %}
1111

1212
pre-commit install --install-hooks{% endraw %}

0 commit comments

Comments
 (0)