diff --git a/.github/workflows/auth-queue-ci.yml b/.github/workflows/auth-queue-ci.yml index 473960b8e4..f01a098c7b 100644 --- a/.github/workflows/auth-queue-ci.yml +++ b/.github/workflows/auth-queue-ci.yml @@ -43,9 +43,13 @@ jobs: - name: Install dependencies run: | make setup + pwd + ls - name: Lint with pylint id: pylint run: | + pwd + ls make pylint - name: Lint with flake8 id: flake8 diff --git a/queue_services/auth-queue/Makefile b/queue_services/auth-queue/Makefile index ed0024b413..2572a899b7 100644 --- a/queue_services/auth-queue/Makefile +++ b/queue_services/auth-queue/Makefile @@ -48,6 +48,8 @@ install: clean ## Install python virtrual environment install-dev: ## Instal development dependencies poetry add --dev pylint astroid poetry install --with dev + pwd + ls ################################################################################# # COMMANDS - CI #