~tsileo/blobstash-python

d5fabc2af04e98cbfc5ccf045a0037e9c1d3e2e6 — Thomas Sileo 5 years ago 8416adf
Fix CI
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 .