Get ready for release 3.9.1

This commit is contained in:
rocky
2024-03-15 22:02:53 -04:00
parent bec88e4aaa
commit 29edaaed0e
15 changed files with 529 additions and 81 deletions

View File

@@ -43,9 +43,9 @@ jobs:
- run:
command: | # Use pip to install dependengcies
sudo pip install --user --upgrade setuptools
# Until the next release
sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis
pip install --user -e .
# Not sure why "pip install -e" doesn't work above
# pip install click spark-parser xdis
pip install --user -r requirements-dev.txt
# Save dependency cache