There was an error while loading. Please reload this page.
2 parents aa8df65 + eed7506 commit 44754eeCopy full SHA for 44754ee
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: c184e53
+_commit: '4875149'
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: python
.github/workflows/docs.yaml
@@ -32,7 +32,8 @@ jobs:
32
33
- name: Install from wheel
34
run: |
35
- uv pip install dist/*.whl --target .
+ uv pip install dist/*.whl
36
+ uv pip install dist/*.whl --target . --no-deps
37
uv pip install yardang
38
if: github.event_name == 'workflow_run'
39
0 commit comments