Skip to content

Commit 25313e3

Browse files
authored
Merge pull request #2 from MIT-Emerging-Talent/WuorBhang-patch-1
Fix pip install command syntax in CI workflow
2 parents 42e0d58 + 7207798 commit 25313e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: always()
9090
- name: install nbqa
9191
run: |
92-
python - m pip install --upgrade pip
92+
python - m pip install --upgrade pip
9393
pip install pylint
9494
pip install nbqa
9595
shell: bash

0 commit comments

Comments
 (0)