Skip to content

Commit 29a3f4a

Browse files
committed
genuinely afraid my brain is bad
1 parent dde2043 commit 29a3f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_core_functionality_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: steps.pip-cache-step.outputs.cache-hit != 'true'
6868
run: |
6969
python -m pip install --upgrade pip
70-
python install "setuptools<58.0.0"
70+
python -m pip install "setuptools<58.0.0"
7171
pip install -r requirements.txt
7272
invoke requirements
7373

0 commit comments

Comments
 (0)