From e5893c4d706cfa26039e4fe207fbf8b8ee417adb Mon Sep 17 00:00:00 2001 From: ahmedsobeh Date: Fri, 12 Jul 2024 16:19:29 +0200 Subject: [PATCH] linting fix Signed-off-by: ahmedsobeh --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 737900a3..3fbbf5d7 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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