We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde2043 commit 29a3f4aCopy full SHA for 29a3f4a
.github/workflows/nightly_core_functionality_tests.yml
@@ -67,7 +67,7 @@ jobs:
67
if: steps.pip-cache-step.outputs.cache-hit != 'true'
68
run: |
69
python -m pip install --upgrade pip
70
- python install "setuptools<58.0.0"
+ python -m pip install "setuptools<58.0.0"
71
pip install -r requirements.txt
72
invoke requirements
73
0 commit comments