diff options
| author | Tanvi Moharir <74228962+tanvimoharir@users.noreply.github.com> | 2021-06-23 18:07:15 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 18:07:15 +0530 |
| commit | ae94d227d995b9ca3f194124da0a44c8079d321e (patch) | |
| tree | 7e0554c076a60b64304e784831ac89b9104316da /.github/workflows | |
| parent | 3c9cb62e9ba5b8a91bda293771c9f05721df8f43 (diff) | |
| download | python-setuptools-git-ae94d227d995b9ca3f194124da0a44c8079d321e.tar.gz | |
Removing redundent step
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58ce3b13..e557e2f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,6 @@ jobs: GHA, ${{ runner.os }}, ${{ matrix.python }} - flags: >- - GHA, - ${{ runner.os }}, - ${{ matrix.python }} functionalities: gcov verbose: true # optional (default = false) |
