Skip to content

Commit 6297b46

Browse files
committed
Install pytest in dependencies
1 parent 8c73e94 commit 6297b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
sudo apt-get install gettext aspell-fr
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
25+
pip install pytest
2526
- name: Lint with flake8
2627
run: |
2728
pip install flake8
@@ -36,5 +37,4 @@ jobs:
3637
pylint --disable=W0511,R0205 tests
3738
- name: Test with pytest
3839
run: |
39-
pip install pytest
4040
pytest

0 commit comments

Comments
 (0)