Skip to content

Commit

Permalink
馃敡 Ignore PyPy 3.7 test outcome in CI
Browse files Browse the repository at this point in the history
This is supposed to be temporary until said interpreter is fixed
or upgraded to PyPy 3.8 as `pip-tools` is going to drop support for
Python 3.7 in the upcoming release.
  • Loading branch information
webknjaz committed Jun 30, 2023
1 parent ce2b4d9 commit 3fdee98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ jobs:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@13b4244b312e8a314951e03958a2f91519a6a3c9
with:
allowed-failures: pypy # FIXME: drop once updated to `pypy-3.8`
jobs: ${{ toJSON(needs) }}

0 comments on commit 3fdee98

Please sign in to comment.