From 2de880fb4c6810a8721702a8208bc89fa174d0d5 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 18 Feb 2025 21:45:15 -0500 Subject: [PATCH] style: install requirements name --- .github/workflows/deployment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 91b044a..6b7c6d1 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -65,7 +65,9 @@ jobs: with: python-version: '3.13' cache: pip - - run: pip install -r requirements.txt + + - name: Install Dependencies + run: pip install -r requirements.txt - name: Lint Playbooks run: ansible-lint