Flask - Deployment
In your GitHub Actions workflow, you wrote this step to install dependencies:
However, the step still fails with a "Could not find a version that satisfies the requirement" error. What is the most likely cause?
- name: Install dependencies run: pip install -r requirements.txt
However, the step still fails with a "Could not find a version that satisfies the requirement" error. What is the most likely cause?
