From 1dcade3cdb138b6c537c6cfa7b32edc3b776fea5 Mon Sep 17 00:00:00 2001 From: "M. Zain Sohail" Date: Wed, 25 Oct 2023 10:24:48 +0200 Subject: [PATCH] fix yaml error --- .github/workflows/testing.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index daa26fa8..4c38c1a9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,7 +30,7 @@ jobs: coverage run -m pytest --full-trace --show-capture=no -sv tests - name: Submit to coveralls - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - coveralls --service=github + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + coveralls --service=github