Skip to content

Commit

Permalink
fix pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Mar 31, 2022
1 parent 0849669 commit 505568a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -8,6 +8,7 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -79,6 +80,8 @@ jobs:
- name: Set Newline Behavior
run : git config --global core.autocrlf false
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 505568a

Please sign in to comment.