From 96b45c6e45047302bc0c551c8e1613a8658bfaf8 Mon Sep 17 00:00:00 2001 From: Indrajith Indraprastham Date: Thu, 13 Jun 2024 02:57:49 +0530 Subject: [PATCH] add deps for publish on pytest --- .github/workflows/python-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 97bad67..e9007ba 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -10,6 +10,7 @@ permissions: jobs: deploy: + needs: pylint runs-on: ubuntu-latest environment: publish-pip # Specify the environment here