Skip to content

Commit 6c826ed

Browse files
authored
ci: copier update (#608)
* ci: copier update * fix
1 parent f439abb commit 6c826ed

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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; NEVER EDIT MANUALLY
2-
_commit: 5c4fd02
2+
_commit: 18e7005
33
_src_path: gh:scipp/copier_template
44
description: Neutron scattering tools for Data Reduction
55
max_python: '3.13'

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,13 @@ jobs:
8080
if: ${{ inputs.linkcheck }}
8181
- run: find html -type f -name "*.ipynb" -not -path "html/_sources/*" -delete
8282
- uses: actions/upload-artifact@v4
83+
id: artifact-upload-step
8384
with:
8485
name: docs_html
8586
path: html/
86-
- uses: JamesIves/[email protected]
87+
- run: echo "::notice::https://remote-unzip.deno.dev/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}"
88+
89+
- uses: JamesIves/[email protected]
8790
if: ${{ inputs.publish }}
8891
with:
8992
branch: gh-pages

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ description = Update dependencies by running pip-compile-multi
4343
deps =
4444
pip-compile-multi
4545
tomli
46+
# Avoid https://github.com/jazzband/pip-tools/issues/2131
47+
pip==24.2
4648
skip_install = true
4749
changedir = requirements
4850
commands = python ./make_base.py --nightly scipp,scippnexus,plopp,mpltoolbox,sciline,tof

0 commit comments

Comments
 (0)