This commit is contained in:
rocky 2023-06-30 16:46:03 -04:00
parent 120b66b89e
commit dc286b91c8

View File

@ -42,9 +42,9 @@ jobs:
- run:
command: | # Use pip to install dependengcies
pip install --user --upgrade setuptools
sudo pip install --user --upgrade setuptools
# Until the next release
pip install git+https://github.com/rocky/python-xdis#egg=xdis
sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis
pip install --user -e .
pip install --user -r requirements-dev.txt