Flask - Deployment
You wrote this GitHub Actions step to install dependencies:
Why does this step fail in your Flask CI/CD pipeline?
- name: Install dependencies run: pip install requirements.txt
Why does this step fail in your Flask CI/CD pipeline?
