Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinAmatRodrigo authored Sep 7, 2023
1 parent 0d84bcd commit ba56190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tomli
python extract_dependences.py
python -m pip install -r requirements.txt
python -m pip install -r requirements_optional.txt
python -m pip install -r requirements_test.txt
- name: Test with pytest
run: |
pytest -vv

0 comments on commit ba56190

Please sign in to comment.