CI take 3.

This commit is contained in:
rocky
2020-06-10 22:18:28 -04:00
parent 8b50b15f0a
commit 3449be024b

View File

@@ -37,8 +37,8 @@ jobs:
- v2-dependencies-
- run:
command: | # Use pip int install dependengcies
pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
command: | # Use pip to install dependengcies
sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
pip install --user --upgrade setuptools
pip install --user -e .
pip install --user -r requirements-dev.txt