Skip to content

Commit

Permalink
ci: Add clearer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 25, 2024
1 parent 69a2f6b commit aa61d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
# Print the ijson backend, to make any errors easier to debug.
- run: python -c "import ijson; print(ijson.backend)"
# "orjson does not support PyPy" and fails to install. https://pypi.org/project/orjson/
# DeprecationWarning https://github.com/requests-cache/requests-cache/issues/845
- if: matrix.python-version != 'pypy-3.9-v7.3.15'
name: Test
env:
Expand All @@ -31,7 +32,7 @@ jobs:
pip uninstall -y orjson
- if: matrix.python-version == 'pypy-3.9-v7.3.15'
name: Test
# https://github.com/requests-cache/requests-cache/issues/845
# DeprecationWarning https://github.com/requests-cache/requests-cache/issues/845
run: pytest -W error -W default::ocdsmerge.exceptions.DuplicateIdValueWarning -W ignore::DeprecationWarning:requests_cache.models.response --cov ocdskit
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aa61d1c

Please sign in to comment.