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 7ab9abe commit 4b8fdccCopy full SHA for 4b8fdcc
.github/workflows/ci-test.yml
@@ -185,7 +185,7 @@ jobs:
185
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
186
187
- name: Install pytest and other packages needed for running tests
188
- run: pip install codecov flake8 mock pytest pytest-cov requests
+ run: pip install flake8 mock pytest pytest-cov requests
189
190
- name: Test build roundup and install locale so lang tests work.
191
run: |
0 commit comments