We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810b21b commit 03a289fCopy full SHA for 03a289f
1 file changed
.github/workflows/ci_suite.yml
@@ -32,7 +32,7 @@ jobs:
32
${{ runner.os }}-
33
- name: Install Tools
34
run: |
35
- pip -r install tools/requirements.txt
+ pip install -r tools/requirements.txt
36
bash tools/ci/install_node.sh
37
bash tools/ci/install_spaceman_dmm.sh dreamchecker
38
tools/bootstrap/python -c ''
0 commit comments