mirror of https://github.com/apache/cloudstack.git
Install pre-commit from requirements-dev.txt
This commit is contained in:
parent
7ec939609c
commit
3b0e644cc2
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pre-commit
|
||||
pip install -r requirements-dev.txt
|
||||
- name: set PY
|
||||
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
|
||||
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue