mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[CI] Don't use sudo to run tests
We're already running as root in the miniconda image
This commit is contained in:
@@ -29,4 +29,4 @@ jobs:
|
||||
- run:
|
||||
name: run tests
|
||||
command: |
|
||||
sudo venv/bin/py.test tests/
|
||||
py.test tests/
|
||||
|
||||
Reference in New Issue
Block a user