8000 Update pyscriptjs/Makefile · testnest/pyscript@7ba5dc2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ba5dc2

Browse files
fpligermattkram
andauthored
Update pyscriptjs/Makefile
Co-authored-by: Matt Kramer <matthew.robert.kramer@gmail.com>
1 parent 9e753e2 commit 7ba5dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build:
3939
.PHONY: test
4040
test:
4141
@echo "Tests are coming :( this is a placeholder and it's meant to fail!"
42-
$(env)/bin/pytest -vv $(ARGS) tests/ --log-cli-level=warning
42+
$(conda_run) pytest -vv $(ARGS) tests/ --log-cli-level=warning
4343

4444
.PHONY: test-py
4545
test-py:

0 commit comments

Comments
 (0)
0