Skip to content

Commit

Permalink
Update nightlies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 26, 2024
1 parent 4c77eae commit 53e390d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install uv
python -m uv pip install coverage
python -m uv pip install -r tests.txt
- name: Coverage Erase
run: |
coverage erase
python -m uv pip install -r tests.txt
- name: Coverage FL_Client
run: |
coverage erase
coverage run manage.py test --parallel auto fl_client.tests.tests_urls
coverage combine -a
coverage run manage.py test --parallel auto fl_client.tests.tests_views
Expand Down

0 comments on commit 53e390d

Please sign in to comment.