1 files changed, 1 insertions(+), 0 deletions(-)
M .build.yml
M .build.yml => .build.yml +1 -0
@@ 22,6 22,7 @@ tasks:
python3 -m flake8 blobstash
python3 -m mypy --ignore-missing-imports blobstash
- test: |
+ export GOPATH=/home/build/go
export PATH=$PATH:$GOPATH/bin/
cd blobstash-python
pip3 install .