mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
point gha at pyporojects.toml, deprecate requirements.txt
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -473,8 +473,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "before anything..."
|
echo "before anything..."
|
||||||
"$PYTHON" -m pip list
|
"$PYTHON" -m pip list
|
||||||
"$PYTHON" -m pip install --upgrade -r requirements.txt
|
"$PYTHON" -m pip install --upgrade -r ../pyproject.toml
|
||||||
echo "after requirements..."
|
|
||||||
"$PYTHON" -m pip list
|
"$PYTHON" -m pip list
|
||||||
#"$PYTHON" -m pip install --force-reinstall --no-deps --upgrade cryptography
|
#"$PYTHON" -m pip install --force-reinstall --no-deps --upgrade cryptography
|
||||||
echo "after everything..."
|
echo "after everything..."
|
||||||
|
|||||||
Reference in New Issue
Block a user