Skip to content

Commit 4ec1361

Browse files
committed
more ci
1 parent 98e8337 commit 4ec1361

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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.60-2-ga533c73
2+
_commit: v0.0.60-3-g7d8440d
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,23 @@ on:
99
env:
1010
PYTHONUNBUFFERED: True
1111
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
12+
UV_PYTHON_PREFERENCE: only-system
1213

1314
permissions:
14-
id-token: write
1515
contents: write # needed for mutex, and updating dependabot branches
1616
statuses: write # needed for updating status on Dependabot PRs
1717

1818
jobs:
1919
get-values:
2020
uses: ./.github/workflows/get-values.yaml
21+
permissions:
22+
contents: write # needed for updating dependabot branches
2123

2224
pre-commit:
2325
needs: [ get-values ]
2426
uses: ./.github/workflows/pre-commit.yaml
27+
permissions:
28+
contents: write # needed for mutex, and updating dependabot branches
2529
with:
2630
python-version: 3.12.7
2731

@@ -125,6 +129,8 @@ jobs:
125129
required-check:
126130
runs-on: ubuntu-24.04
127131
needs: [ lint-matrix, get-values ]
132+
permissions:
133+
statuses: write # needed for updating status on Dependabot PRs
128134
if: always()
129135
steps:
130136
- name: fail if prior job failure

0 commit comments

Comments
 (0)