Skip to content

Commit

Permalink
Added workaround for pip-check-reqs issue
Browse files Browse the repository at this point in the history
Details:

* pip-check-reqs 2.3.0 fails with the latest pip 21.3 because it uses internal
  pip functions one of which went away in that pip version.
  See issue adamtheturtle/pip-check-reqs#71

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Oct 18, 2021
1 parent be6bfbf commit d3c45de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
- name: Run check_reqs
env:
PACKAGE_LEVEL: ${{ matrix.package_level }}
# TODO: Enable for all package levels again once this issue is fixed:
# https://github.com/r1chardj0n3s/pip-check-reqs/issues/71
if: ${{ matrix.package_level == 'minimum' }}
run: |
make check_reqs
- name: Send coverage result to coveralls.io
Expand Down

0 comments on commit d3c45de

Please sign in to comment.