CI woes - need new xdis

Remove 1.0 os.pyc until I can investigate.
It works locally though
This commit is contained in:
rocky
2022-04-30 20:41:00 -04:00
parent 9aba1cc3af
commit 5df57489b4
5 changed files with 5 additions and 3 deletions

View File

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