From c58e7852fc4773395227ab4e18d9770198124ded Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Wed, 17 Apr 2024 11:35:49 +0200 Subject: [PATCH] update pip action workflow --- .github/workflows/test-pip-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index a2766abb..18620568 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -101,6 +101,7 @@ jobs: pip install dist/*.tar.gz - name: 'test sdist' + if: github.event.inputs.tags != null working-directory: .github/action_test/ run: | echo $(running tests!)