diff --git a/.github/workflows/Cypress.yaml b/.github/workflows/Cypress.yaml index 86e4d56..8091b89 100644 --- a/.github/workflows/Cypress.yaml +++ b/.github/workflows/Cypress.yaml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Set up Python 3.10 uses: actions/setup-python@v3 with: @@ -22,6 +23,7 @@ jobs: - name: Install Python dependencies run: | python -m pip install --upgrade pip + pip install flask # Installazione di Flask pip install flake8 coverage if [ -f requirements.txt ]; then pip install -r requirements.txt;