CI: Do nothing in "install" step
This is needed to override the default action of the "python" build type, which is installing from requirements.txt with pip.
This commit is contained in:
@@ -12,6 +12,8 @@ before_install:
|
|||||||
- hererocks here -r^ --$LUA
|
- hererocks here -r^ --$LUA
|
||||||
- export PATH=$PATH:$PWD/here/bin
|
- export PATH=$PATH:$PWD/here/bin
|
||||||
- eval `luarocks path --bin`
|
- eval `luarocks path --bin`
|
||||||
|
|
||||||
|
install:
|
||||||
- lua -v
|
- lua -v
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user