From 658ece3b5e5325f7019fa03ec96b9c1b0a1a8f69 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Wed, 5 Oct 2022 21:00:42 -0400 Subject: [PATCH] code improvements --- bitbucket-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4679ba2..dffb86d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,7 +8,6 @@ pipelines: caches: - pip script: - - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - sudo apt install luarocks - sudo apt install lua5.1 - luarocks install luacheck