Skip to content

Commit 5baa492

Browse files
authored
revert other attempts to fix
1 parent 8c08d2b commit 5baa492

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python_package.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install setuptools wheel
33-
pip install flake8 pytest==6.2.5 pytest-cov coveralls
34-
pip install --upgrade pluggy
33+
pip install flake8 pytest pytest-cov coveralls
3534
- name: Install package requirements
3635
run: pip install -r requirements.txt
3736
- name: Install package
@@ -44,7 +43,7 @@ jobs:
4443
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4544
flake8 src tests setup.py --exclude=__init__.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4645
- name: Test with pytest
47-
run: python -m pytest --cov=src tests/
46+
run: pytest --cov=src tests/
4847

4948
- name: Coveralls
5049
env:

0 commit comments

Comments
 (0)