mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Use pip3 instead of 'pip' when unit testing
Base system pip in ubuntu does not respond to 'pip3'
This commit is contained in:
@@ -25,8 +25,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install dependencies
|
name: install dependencies
|
||||||
command: |
|
command: |
|
||||||
pip install -r dev-requirements.txt
|
pip3 install -r dev-requirements.txt
|
||||||
pip install -e .
|
pip3 install -e .
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user