Skip to content

Commit 235cf32

Browse files
Update from copier (2025-04-06T21:12:40)
1 parent f9f8d56 commit 235cf32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: '6957226'
2+
_commit: 5da0277
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: jupyter
55

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#########
44
.PHONY: develop-py develop-js develop
55
develop-py:
6-
python -m pip install -e .[develop]
6+
uv pip install -e .[develop]
77

88
develop-js:
99
cd js; pnpm install
@@ -21,7 +21,7 @@ build: build-js build-py ## build the project
2121

2222
.PHONY: install
2323
install: ## install python library
24-
python -m pip install .
24+
uv pip install .
2525

2626
#########
2727
# LINTS #

0 commit comments

Comments
 (0)