We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3a045 commit bd8892eCopy full SHA for bd8892e
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
sudo apt-get install glibc-tools
27
python3 -m pip install setuptools
28
python3 -m pip install --upgrade pip wheel
29
- python3 -m pip install --upgrade codecov coveralls flake8 mock pytest==4.6.3 pytest-cov selenium
+ python3 -m pip install --upgrade codecov coveralls flake8 mock pytest pytest-cov selenium
30
31
- name: Install
32
run: |
0 commit comments