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 b4e9460 commit 55e0c64Copy full SHA for 55e0c64
1 file changed
.github/workflows/tests.yml
@@ -23,6 +23,7 @@ jobs:
23
24
- name: Prepare for installation
25
run: |
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
0 commit comments