We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffc97c commit 0e0392bCopy full SHA for 0e0392b
Makefile
@@ -519,7 +519,7 @@ test_package: $(PROJECT_MANAGEMENT)
519
ifndef PACKAGE
520
$(error PACKAGE is undefined, set PACKAGE to the name or path of the package to be tested)
521
endif
522
- $(POETRY) run python -m venv --clear $(BUILD_DIR)/venv
+ $(POETRY) run $(PYTHON) -m venv --clear $(BUILD_DIR)/venv
523
$(BUILD_DIR)/venv/bin/pip install $(PIP_ARGS) $(PACKAGE) pytest
524
$(BUILD_DIR)/venv/bin/rflx --version
525
mkdir -p $(BUILD_DIR)/tests
0 commit comments