Skip to content

Commit

Permalink
coco yanel
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed May 22, 2024
1 parent 4ecea6b commit 2fb9b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: 3.11

- name: Install Python dependencies
- name: Install Python dependencies
run: pip install -r requirements.txt

- name: Run tests & Coverage file
Expand All @@ -45,4 +45,4 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
verbose: true
verbose: true

0 comments on commit 2fb9b95

Please sign in to comment.