Skip to content

Commit 15315d6

Browse files
authored
Use venv pip (#821)
* Use venv Python pip * Use default Netlify Python (3.12 for newest Ubuntu image)
1 parent cda3bc5 commit 15315d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ help: ## show this help
1111

1212
prepare:
1313
git submodule update --init
14-
((python -c 'import yaml2ics' && pre-commit) > /dev/null 2>&1) || pip install -q -r requirements.txt
14+
((python -c 'import yaml2ics' && pre-commit) > /dev/null 2>&1) || python -m pip install -q -r requirements.txt
1515
test -f .git/hooks/pre-commit || pre-commit install
1616

1717
CALENDAR_DIR = content/calendars

netlify.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[build.environment]
2-
PYTHON_VERSION = "3.13"
32
HUGO_VERSION = "0.141.0"
43
DART_SASS_VERSION = "1.83.4"
54
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

0 commit comments

Comments
 (0)