actions: fix pip install from pyproject.toml

This commit is contained in:
Jay Lee
2025-07-21 16:09:34 -04:00
committed by GitHub
parent fcb50e1e93
commit 597bbe2db9

View File

@@ -473,7 +473,7 @@ jobs:
run: |
echo "before anything..."
"$PYTHON" -m pip list
"$PYTHON" -m pip install --upgrade -r ../pyproject.toml
"$PYTHON" -m pip install --upgrade ..
"$PYTHON" -m pip list
#"$PYTHON" -m pip install --force-reinstall --no-deps --upgrade cryptography
echo "after everything..."