Skip to content

Commit 39d2e75

Browse files
committed
fix
1 parent eb605dc commit 39d2e75

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.42-3-g7069433
2+
_commit: v0.0.42-5-g37a08e8
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/pre-commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
env:
2121
PYTHONUNBUFFERED: True
22+
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
2223

2324
permissions:
2425
contents: write # needed for mutex
@@ -31,7 +32,7 @@ jobs:
3132
- name: Checkout code
3233
uses: actions/checkout@v4.2.2
3334
with:
34-
ref: ${{ github.ref_name }} # explicitly get the head of
35+
ref: ${{ github.ref_name }} # explicitly get the head of the branch, which will include any new commits pushed if this is a dependabot branch
3536

3637
- name: Setup node
3738
uses: actions/setup-node@v4.3.0

template/.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
env:
2121
PYTHONUNBUFFERED: True
22+
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
2223

2324
permissions:
2425
contents: write # needed for mutex
@@ -31,7 +32,7 @@ jobs:
3132
- name: Checkout code
3233
uses: actions/checkout@v4.2.2
3334
with:
34-
ref: ${{ github.ref_name }} # explicitly get the head of
35+
ref: ${{ github.ref_name }} # explicitly get the head of the branch, which will include any new commits pushed if this is a dependabot branch
3536

3637
- name: Setup node
3738
uses: actions/setup-node@v4.3.0

0 commit comments

Comments
 (0)