File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 3d2cd28
2+ _commit : 41c2f2c
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : jupyter
Original file line number Diff line number Diff line change @@ -84,18 +84,14 @@ jobs:
8484 run : make dist
8585 if : matrix.os == 'ubuntu-latest'
8686
87- - name : Test wheel install
88- run : |
89- python -m venv /tmp/test-wheel
90- /tmp/test-wheel/bin/pip install dist/*.whl
91- /tmp/test-wheel/bin/python -c "import python_template_jupyter"
87+ - uses : actions-ext/python/test-wheel@main
88+ with :
89+ module : python_template_jupyter
9290 if : matrix.os == 'ubuntu-latest'
9391
94- - name : Test sdist install
95- run : |
96- python -m venv /tmp/test-sdist
97- /tmp/test-sdist/bin/pip install dist/*.tar.gz
98- /tmp/test-sdist/bin/python -c "import python_template_jupyter"
92+ - uses : actions-ext/python/test-sdist@main
93+ with :
94+ module : python_template_jupyter
9995 if : matrix.os == 'ubuntu-latest'
10096
10197 - uses : actions/upload-artifact@v7
You can’t perform that action at this time.
0 commit comments