mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Make sure tutor-openedx is installed as part of requirements
Otherwise, tutor-openedx will be pulled from pypi during plugin install. This was failing because the latest pypi release was not installing correctly (see #261).
This commit is contained in:
parent
b03ff585a3
commit
11f8c87f4a
1
Makefile
1
Makefile
@ -66,6 +66,7 @@ ci-install-alpine-requirements: ## Install requirements for a python:alpine imag
|
||||
|
||||
ci-install-python-requirements: ## Install requirements
|
||||
pip3 install -U setuptools pip
|
||||
python3 setup.py install
|
||||
pip3 install -r requirements/dev.txt
|
||||
|
||||
ci-install-plugins: ci-install-python-requirements ## Install alll supported plugins
|
||||
|
Loading…
Reference in New Issue
Block a user