diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 0703c08..c9359d3 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -20,7 +20,7 @@ jobs: python-version: 3.x # Specify your desired Python version - name: 📦 Install dependencies - run: pip install -r requirements.txt # Replace with your requirements file + run: pip install -r requirements-dev.txt # Replace with your requirements file - name: ❄️ Run Flake8 run: flake8 .