Skip to content

Commit c8c8c74

Browse files
authored
Merge pull request #23 from python-project-templates/copier-update-2025-01-12T05-14-58
Update from copier (2025-01-12T05:14:58)
2 parents 9a58218 + 495036e commit c8c8c74

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: ea9f24b
2+
_commit: 81e8acd
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: jupyter
55

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@ jobs:
7676
uses: actions/upload-artifact@v4
7777
with:
7878
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
79-
path: |
80-
**/junit.xml
79+
path: '**/junit.xml'
8180
if: ${{ always() }}
8281

8382
- name: Publish Unit Test Results
8483
uses: EnricoMi/publish-unit-test-result-action@v2
8584
with:
86-
files: |
87-
**/junit.xml
85+
files: '**/junit.xml'
8886
if: matrix.os == 'ubuntu-latest'
8987

9088
- name: Upload coverage

0 commit comments

Comments
 (0)