Skip to content

Commit b75376b

Browse files
committed
More copier
1 parent ad33b97 commit b75376b

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
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.36-1-g5ea51d6
2+
_commit: v0.0.36-2-g3299448
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/dependabot-post-update.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
with:
1919
persist-credentials: true # (default) makes GITHUB_TOKEN available for git push
2020

21-
- name: Install latest versions of python packages
22-
uses: ./.github/actions/install_deps_uv
23-
with:
24-
python-version: 3.12.7
25-
2621
- name: Configure Git author
2722
run: |
2823
git config user.name "github-actions[bot]"

template/.github/workflows/dependabot-post-update.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
with:
1919
persist-credentials: true # (default) makes GITHUB_TOKEN available for git push
2020

21-
- name: Install latest versions of python packages
22-
uses: ./.github/actions/install_deps_uv
23-
with:
24-
python-version: 3.12.7
25-
2621
- name: Configure Git author
2722
run: |
2823
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)