mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-06 19:43:52 -05:00
12 lines
295 B
Bash
Executable File
12 lines
295 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
scripts/install/pip_packages "pip<23.2,>=21.3.1"
|
|
scripts/install/pip_packages setuptools wheel
|
|
scripts/install/pip_packages --requirement requirements_lint.txt
|
|
scripts/install/core
|
|
|
|
pre-commit install --config .github/pre-commit-config.yaml |