From 96b8a7792a64ba1ee1dbcb99919945ea7c22e4be Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:56:09 +0000 Subject: [PATCH 1/2] Update from copier (2026-06-21T08:56:09) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 5 +++++ .gitignore | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 5aa2f49..f8f3897 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9b3c202 +_commit: 99606c7 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index db37d72..3f5dea2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,8 +51,13 @@ jobs: restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} +<<<<<<< before updating - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 +======= + - name: Upload coverage + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 +>>>>>>> after updating with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.gitignore b/.gitignore index b238705..f5777ef 100644 --- a/.gitignore +++ b/.gitignore @@ -147,8 +147,8 @@ emsdk .DS_Store # Hydra -outputs/ -multirun/ +/outputs/ +/multirun/ # AI ROADMAP.md From 532dc995c7e11879c9037838e5428058ce9a0a7c Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:53:09 -0400 Subject: [PATCH 2/2] Update build.yaml --- .github/workflows/build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3f5dea2..db37d72 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,13 +51,8 @@ jobs: restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} -<<<<<<< before updating - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 -======= - - name: Upload coverage - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 ->>>>>>> after updating with: python-version: ${{ matrix.python-version }} cache: 'pip'