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