Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7255:be61a4bc69ff
remove python codecov - it's depricated, pypi entry removed. codecov uploader is step in job that I hope works
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 12 Apr 2023 21:46:41 -0400 |
| parents | 821429f560cd |
| children | e07e96ef188b |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Apr 12 21:02:28 2023 -0400 +++ b/.github/workflows/ci-test.yml Wed Apr 12 21:46:41 2023 -0400 @@ -185,7 +185,7 @@ case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac - name: Install pytest and other packages needed for running tests - run: pip install codecov flake8 mock pytest pytest-cov requests + run: pip install flake8 mock pytest pytest-cov requests - name: Test build roundup and install locale so lang tests work. run: |
