Skip to content

Commit

Permalink
Update UT_common_training.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 26, 2024
1 parent 69faa1d commit 6a6e2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UT_common_training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install uv
python -m uv pip install coverage --verbose
python -m uv pip install -r tests.txt --verbose
python -m uv pip install coverage
python -m uv pip install -r tests.txt
- name: Fl_common unit tests
run: |
coverage run manage.py test fl_common.tests.tests

0 comments on commit 6a6e2f7

Please sign in to comment.