Skip to content

Commit af1a398

Browse files
ci: fix Windows test run
It seems that Windows CI pipeline creates `install` folder, so running `make install` results in "'install' is up to date." and tests failing with "No module named 'msgpack'". Part of #238
1 parent 57fc723 commit af1a398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test docs
1+
.PHONY: install test docs
22
install:
33
python setup.py install
44
test:

0 commit comments

Comments
 (0)