Fix can't execute shlax: no such file or dir
This commit is contained in:
parent
29505d1004
commit
00bc4a74ae
@ -3,13 +3,17 @@ build:
|
|||||||
key: cache
|
key: cache
|
||||||
paths: [.cache]
|
paths: [.cache]
|
||||||
image: yourlabs/python
|
image: yourlabs/python
|
||||||
script: pip install -U --user -e .[cli] && CACHE_DIR=$(pwd)/.cache ./shlaxfile.py build
|
script:
|
||||||
|
- pip install -U --user -e .[cli]
|
||||||
|
- CACHE_DIR=$(pwd)/.cache ~/.local/bin/shlax ./shlaxfile.py build
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: yourlabs/python
|
image: yourlabs/python
|
||||||
stage: build
|
stage: build
|
||||||
script: pip install -U --user -e .[test] && py.test -sv tests
|
script:
|
||||||
|
- pip install -U --user -e .[test]
|
||||||
|
- py.test -sv tests
|
||||||
|
|
||||||
pypi:
|
pypi:
|
||||||
image: yourlabs/python
|
image: yourlabs/python
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user