Skip to content

Commit f0e01a9

Browse files
committed
fixes wrong requriements path
1 parent bacc756 commit f0e01a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ info: ## general information
3939

4040
.PHONY: devenv
4141
devenv: .venv .vscode/settings.json .vscode/launch.json ## create a python virtual environment with dev tools (e.g. linters, etc)
42-
@uv pip --quiet install -r requirements/devenv.txt
42+
@uv pip --quiet install -r requirements.txt
4343
# Installing pre-commit hooks in current .git repo
4444
@$</bin/pre-commit install
4545
@echo "To activate the venv, execute 'source .venv/bin/activate'"

0 commit comments

Comments
 (0)