Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <ahmed.sobeh@aiven.io>
  • Loading branch information
ahmedsobeh committed Jul 12, 2024
1 parent 63561d6 commit e5893c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sleep 10 # time to settle
invoke ${{matrix.test-type}}-tests
if [[ "${{matrix.python-version}}" != pypy-* ]]; then
invoke ${{matrix.test-type}}-tests --uvloop
invoke ${{matrix.test-type}}-tests --uvloop
fi
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e5893c4

Please sign in to comment.