Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <[email protected]>
  • Loading branch information
ahmedsobeh committed Aug 5, 2024
1 parent 226fa0d commit 6bd50ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
invoke ${{matrix.test-type}}-tests --uvloop --protocol=3
fi
else
invoke ${{matrix.test-type}}-tests
if [[ "${{matrix.python-version}}" != pypy-* ]]; then
invoke ${{matrix.test-type}}-tests --uvloop
fi
invoke ${{matrix.test-type}}-tests
if [[ "${{matrix.python-version}}" != pypy-* ]]; then
invoke ${{matrix.test-type}}-tests --uvloop
fi
fi
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6bd50ea

Please sign in to comment.