Skip to content

Commit 96b8a77

Browse files
Update from copier (2026-06-21T08:56:09)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ec0736 commit 96b8a77

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.copier-answers.yaml

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: 9b3c202
2+
_commit: 99606c7
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,13 @@ jobs:
5151
restore-keys: cache-${{ runner.os }}-
5252
if: ${{ runner.os == 'Windows' }}
5353

54+
<<<<<<< before updating
5455
- name: Set up Python ${{ matrix.python-version }}
5556
uses: actions/setup-python@v6
57+
=======
58+
- name: Upload coverage
59+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
60+
>>>>>>> after updating
5661
with:
5762
python-version: ${{ matrix.python-version }}
5863
cache: 'pip'

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ emsdk
147147
.DS_Store
148148

149149
# Hydra
150-
outputs/
151-
multirun/
150+
/outputs/
151+
/multirun/
152152

153153
# AI
154154
ROADMAP.md

0 commit comments

Comments
 (0)