Skip to content

Commit 84c115d

Browse files
committed
python3
1 parent e13fece commit 84c115d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
node scripts/make-datasource-ref.js
55

66
check test: build
7-
python scripts/test.py
7+
python3 scripts/test.py
88
node scripts/lint.js
99
npm test
1010

@@ -14,4 +14,4 @@ testpack:
1414
tar -ztvf *tgz
1515
rm -f ./*tgz
1616

17-
.PHONY: test build
17+
.PHONY: test build

0 commit comments

Comments
 (0)