File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Print info about the current python installation
4747 run : make ci-info
4848 - name : Install requirements
49- run : make bootstrap-dev
49+ run : make bootstrap-dev-plugins
5050
5151 # #### Run tests, generate bundle
5252 # - name: Run tests
Original file line number Diff line number Diff line change @@ -78,8 +78,11 @@ coverage-browse-report: coverage-html ## Open the HTML report in the browser
7878bundle : # # Bundle the tutor package in a single "dist/tutor" executable
7979 pyinstaller tutor.spec
8080
81- bootstrap-dev : # # Install dev requirements and all supported plugins
82- pip install .[full,dev]
81+ bootstrap-dev : # # Install dev requirements
82+ pip install .[dev]
83+
84+ bootstrap-dev-plugins : bootstrap-dev # # Install dev requirements and all plugins
85+ pip install .[full]
8386
8487pull-base-images : # Manually pull base images
8588 docker image pull docker.io/ubuntu:22.04
You can’t perform that action at this time.
0 commit comments