From 7310dda620e1b945a4595b74a89451bd08464451 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 25 May 2022 16:30:08 +0200 Subject: [PATCH] Remove pom from python GHA (#5147) Remove pom from python GHA (#5147) --- .github/workflows/py-tests-3_9.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/py-tests-3_9.yml b/.github/workflows/py-tests-3_9.yml index b06b2b9c86c..d376c157c67 100644 --- a/.github/workflows/py-tests-3_9.yml +++ b/.github/workflows/py-tests-3_9.yml @@ -67,6 +67,7 @@ jobs: run: | source env/bin/activate make coverage + rm pom.xml - name: Run Sonar uses: sonarsource/sonarcloud-github-action@master