Skip to content

Commit

Permalink
fix: fix debian pipeline (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnicke authored Aug 7, 2021
1 parent 9eb7a04 commit dce1fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SHELL = /bin/bash

outDir = build
pkg = sodalite
mypy = ${activate} && mypy --config mypy.ini -p ${pkg} -p tests ${shell [ ${color} != 'true' ] && echo '--no-color-output'}
Expand Down

0 comments on commit dce1fcf

Please sign in to comment.