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 6575f20 commit f87f3acCopy full SHA for f87f3ac
Makefile
@@ -228,7 +228,7 @@ check-python-packages:
228
@echo ""
229
@echo "================== CHECK PYTHON PACKAGES ===================="
230
231
- test -f $(VIRTUALENV_COMPONENTS_DIR)/bin/activate || virtualenv --python=$(PYTHON_VERSION) $(VIRTUALENV_ST2CLIENT_DIR) --no-download --system-site-packages
+ test -f $(VIRTUALENV_COMPONENTS_DIR)/bin/activate || virtualenv --python=$(PYTHON_VERSION) $(VIRTUALENV_COMPONENTS_DIR) --no-download --system-site-packages
232
@for component in $(COMPONENTS_WITHOUT_ST2TESTS); do \
233
echo "==========================================================="; \
234
echo "Checking component:" $$component; \
0 commit comments