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:
|
||||
name: install dependencies
|
||||
command: |
|
||||
pip install -r dev-requirements.txt
|
||||
pip install -e .
|
||||
pip3 install -r dev-requirements.txt
|
||||
pip3 install -e .
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user