Skip to content

Commit

Permalink
Update Cypress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ylovato01 authored May 7, 2024
1 parent a881ea6 commit a42dcc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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;
Expand Down

0 comments on commit a42dcc4

Please sign in to comment.